Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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!

like image 745
Otuyh Avatar asked Jun 10 '13 13:06

Otuyh


1 Answers

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.

like image 113
Bruno Pinto Avatar answered Sep 30 '22 12:09

Bruno Pinto