Android Maps v2: "Google Play services, which some of your applications rely on, is not supported by your device."

13,464

In my case, i created one emulator with google api instead of android. and now, the message is to update the google play services.

Look at this post

EDIT Now I'm using this emulator instead the eclipse android emulator. Genymotion is faster and better.

Share:
13,464
Otuyh
Author by

Otuyh

Updated on June 08, 2022

Comments

  • Otuyh
    Otuyh almost 2 years

    I have an application that need Google Play Services, because i'm using Android Maps v2.

    I'm running some tests, and one test requires factory reset the device, and try to run the application.

    The first time i do this, without connect wifi or any internet source, the message that appears on map is:

    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 crash. The log:

    Error Log

    When i connect to internet, this message change, and the button that show is "Update", then i just click and all works as expected.

    Can i handle this event on Ok Button? Ny tips?

    Thanks!