Here are some related threads, but these solutions do not work:
1. Launch Google Maps v2 in the Android emulator
2. How to run Google Map API V2 on Android emulator
I even followed the documentation from Google Developer on this issue. Still nothing.
To develop an application using the Google Play Services APIs, you need to set up your project using the Google Play Services SDK. If you have not installed the Google Play Services SDK, go to it by following the guide to adding SDKs.
To test the application when using the Google Play services SDK, you must use either:
- A compatible Android device running Android 2.3 or later and includes the Google Play Store.
- Android emulator with AVD that runs the Google API platform based on Android 4.2.2 or later.
I am using Android 5.1.1 emulator, which is higher than Android 4.2.2, but when I run the code sample for the card, I get a message on the emulator that says:
"Google Maps API demos will not work unless you upgrade your Google Play services."
It gives me the opportunity to update, but when I click on it, I get this message on the screen of my emulator:
"Unfortunatley, Google Maps API Demos has stopped"
Can anyone shed some light on this issue? I can install this on a real device and test it, but I would rather use an Android emulator because it is much faster.
source share