Android Maps v2: "The Google Play services that some of your applications rely on are not supported by your device."

I have an application that needs Google Play services because I use Android Maps v2.

I run some tests, and a factory reset device is required for one test, and try starting the application.

The first time I do this, without a Wi-Fi connection or any Internet source, the message that appears on the map is as follows:

Google Play Services, which some of your applications rely on, is not supported by your device.

When I click on this “OK” button, my application crashes. Journal:

Error log

When I connect to the Internet, this message changes, and the button showing "Update", then I just click and everything works as expected.

Can I handle this event on the Ok button? Ny tips?

Thanks!

+6
source share
1 answer

In my case, I created one emulator with google api instead of android. and now the message should update the Google Play services.

Look at the message

EDIT Now I use this emulator instead of the android eclipse emulator. Genymotion is faster and better.

+2
source

Source: https://habr.com/ru/post/946961/


All Articles