CS453 | mobile programming
  • outline
  • projects
  • syllabus
  • links

Current Hack to get Emulator to work with Android Google Map API v2

>>> you need to setup emulator with installed apks of the Google Play Server app

 

1) Create AVD with these properties

 

2) Run this Emulator (directly from AVD manager)

 

avd manager run your AVD

 

3) NOW YOU must remove the existing (if there) apks for which we want to install new ones

GO to your android-skd/platform-tools and run the adb.exe file found there (search on your computer for adb.exe to find full path)

remove apks

 

4) NOW download these two files and put them in your platform-tools directory (for ease):

apk1(com.android.vending-108b71f4793186b8fd1768a9cd19bbd5.apk)

apk2 (com.google.android.gms-6413100ccfca460007fdc988b1363db8.apk)

INSTALL them on your running AVD from #2

install new google play service apks

 

 

5) Now run your application on the Emulator

app running in emulator using HACK

 

 

partial information from http://stackoverflow.com/questions/13691943/this-app-wont-run-unless-you-update-google-play-services-via-bazaar

cs453:mobile programming

  • home
  • outline
  • projects
  • syllabus
  • links