Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Play Services not working on Android emulator API Level 11

I'm developing an app that uses Google Maps, but everytime I navigate to Map Activity, throws this message: This app won't run without Google PLay services, which are missing from your phone. I'm using Google APIs (Google Inc.) - API Level 11. It should work becauses it is the system image with Google Play services.

I'm using Android Studio and using com.google.android.gms:play-services:+ dependencies. Can anybody tell me if there is something I'm missing?

Thank you!

like image 558
josher932 Avatar asked Jul 28 '14 15:07

josher932


People also ask

How do I update Google Play Services on my emulator?

You can update Google Play Services via the Play Store app in your emulator just as you would on a physical Android device from API 24.

How do I fix Google Play Services error?

Clear Cache and Data Open Settings on your Android phone. Tap on “Apps” and “Google Play Services” under the “All apps” section. Select “Storage,” then press the “Clear cache” button followed by the “Clear data” or “Clear storage” button.


1 Answers

I solved my problem: I created a new Android Virtual Device but not with Google APIs, but Android API 11.

I had to install manually Google Play Services and Google Play Store but not using Google APIs through the command prompt.

This was useful for me:

Configuring Android Emulator to Run Google Map v2

And this:

Android Google Maps API V2 Run On Emulator and Run On API Level 10 or 9 or 8 or Android 2 3 3

like image 96
josher932 Avatar answered Sep 28 '22 01:09

josher932