Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My application relies Google play services, which is not supported by your device. contact the manufacturer for assistance [duplicate]

Tags:

android

I am creating a Google Map application on 4.4.2 (API 19) and added all Google Play services, Google repository and all packages under 4.4.2 (API 19). But I'm getting this error:

My application relies Google play services, which is not supported by your device. contact the manufacturer for assistance.

like image 612
Latesh. Kj Avatar asked Aug 08 '15 07:08

Latesh. Kj


People also ask

What does Google Play Services not supported mean?

What does it mean if Google Play says your device isn't compatible with this version? The “Your device isn't compatible with this version” notification can occur for a few reasons: The app requires a more recent version of Android. Try updating to the latest Android version.

Why is my Google Play not supported?

The Play Store may not work properly if Google Play Services isn't updated. Although a background app, it's essential for downloading and updating your apps and content. Clear the Google Play Store cache and data. Clearing an app's cache and data helps it start over and will sometimes clear an invisible bug.


1 Answers

Possible solution:

  1. Make sure you are using the latest version of Google Play Service & most importantly your Play Services isn't disabled. You can download the latest version here,

https://play.google.com/store/apps/details?id=com.google.android.gms

Uninstall any previous updated before installing the new one

Goto -> Settings -> Apps -> Google Play Services -> Uninstall installed updates

  1. Make sure your current date/time is correct.

UPDATED ANSWER:

If you are using an emulator you should keep in mind that emulator doesn't support Google Play Services by default. What you can do is download and install Google APIs from SDK Manager then create a new device in emulator using the Google APIs as target.

First install Google APIs from SDK Manager,

enter image description here

Create a virtual device like this,

For Android Studio,

enter image description here

For Eclipse,

enter image description here

like image 125
Prokash Sarkar Avatar answered Sep 21 '22 15:09

Prokash Sarkar