Install Google Settings On Haxm X86 Emulator (google Maps Sdk)
I've gotten a VM accelerated Android emulator (4.2.2, API 17) working using Intel HAXM (on a Mac). I installed the Google Maps SDK using these instructions, which is basically this
Solution 1:
There is now a new x86 system image available which has the Google APIs. Install it from the SDK manager - it's under API 19 and called "Google APIs (x86 System Image)". Using an emulator created from that image you should find you have all the Google APIs you could previously only get on ARM system images (I have only tested Maps v2 so far, but it worked).
Solution 2:
As per Google Android Map Api v2
ypu can't run it on an Android Emulator
; you need a real device to test your apps. To run a app which uses Google Maps v2 you need two applications already running on the device
1. Google Play Services(com.google.android.gms.apk)2. Google Play Store(com.android.vending.apk)
Follow this guide here to download and install the latest version of these two apk's using adb commands
.
Post a Comment for "Install Google Settings On Haxm X86 Emulator (google Maps Sdk)"