Sunday, 4 May 2014

How to Run Google map API v2 on emulator

How to Install and Run Google Maps API v2:
                  Google Play Services installed in you AVD, but due to Google Privacy and Security Reasons it is not Allowed to Install Google Play and you will not be able to even add your Google account.

Create new emulator with next configuration:
Start emulator and install following applications: 

  • GoogleLoginService.apk, 
  • GoogleServicesFramework.apk,
  • Phonesky.apk.


You can do this with next commands:

> adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
> adb shell chmod 777 /system/app
> adb push Each_of_the_3_apk_files.apk /system/app/


Links to download apk files- www.dropbox.com/sh/20hcf8kxdk19z3c/Ukc8uGnk7p

GoogleLoginService.apk - www.dropbox.com/s/lfde3juixuy88rg/GoogleLoginService.apk
GoogleServicesFramework.apk - www.dropbox.com/s/9kurwyhbbuecaea/GoogleServicesFramework.apk
Phonesky.apk - www.dropbox.com/s/9x8924gtb52ksn6/Phonesky.apk

    Install on the emulator Google Play services and Google maps. I have an error 491, if installing from Google Play store. I uploaded apps to the emulator and run installation from it.

 Links to apps:

Google maps - www.dropbox.com/s/koo4wiwqg8agy8n/com.google.android.apps.maps-1.apk
Google Play services - www.dropbox.com/s/bh058hbrelccfsr/com.google.android.gms-2.apk

Try this.......

No comments:

Post a Comment