• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Device is not supported

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Activity.xml:

***************************
Manifest file

*************************************************************

**************************************
i have made couple of changes but in emulator i got this error every time :


Google play services,which some of yuor applications rely on,is not supported by your device,please contact the manufacture for assistance.


Please give the suggestion
Thanks In Advanced :
Gautam
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In future, while posting code, please UseCodeTags I have added them this time for you. As you can see the tags make your code much more easier to read and understand.

Gautam Panpatil wrote:i have made couple of changes but in emulator i got this error every time :
Google play services,which some of yuor applications rely on,is not supported by your device,please contact the manufacture for assistance.


So what changes did you make? Which google play service(s) does your app use? Please TellTheDetails
 
Bartender
Posts: 4179
22
IntelliJ IDE Python Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you create the AVD you have a chance to choose which Android API level is used by the device. Each API level has two options, one plain Android (example Android 4.4 - API Level 19) and one with Google Services (example Google APIs (Google Inc.) - API Level 19). Your AVD was created with the plain Android API not the Google one, yet you use a Google service (Google Maps). You need to re-build your AVD to use one of the Google Service API levels.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic