0

What i am doing ::I am trying to use Maps in emulator

My emulator setup::

enter image description here

Error message::

enter image description here


What i have done ::

  • I have updated the google play services in sdk- still same error
  • I tried Gennymotion- no play services at present
  • I saw some people saying API-19 can run map but, still i am not able to run
  • i don't have a device
  • Should i need to do something to update, if so what is it ?
Devrath
  • 42,072
  • 54
  • 195
  • 297

1 Answers1

0

Have you installed these

Install com.android.vending.apk (Google Play Store, v.3.10.9)
Install com.google.android.gms.apk (Google Play Service, v.2.0.12)

apks in emulator.

Follow these steps which I answered for another question..

Community
  • 1
  • 1
Shailendra Madda
  • 20,649
  • 15
  • 100
  • 138
  • I followed steps .... i got message ... install failes already exixts .... any inputs ? – Devrath May 21 '14 at 12:04
  • try to use -r like `adb install -r apkname.apk` means you uninstall before install -r is used for remove purpose. For more info http://stackoverflow.com/questions/4449540/failure-install-failed-already-exists-when-i-tried-to-update-my-application – Shailendra Madda May 21 '14 at 12:58
  • I tried similarly .... I am getting message as:: Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES] ..... Should i need to take any other parameters ? – Devrath May 21 '14 at 15:18