Map not getting in emulator android api v2

后端 未结 4 785
轻奢々
轻奢々 2020-11-27 22:28

I want to install my map application in emulator it installed fine but not getting map on it,showing error in log cat like Google Maps Android API v2 only supports devices w

4条回答
  •  一整个雨季
    2020-11-27 23:17

    After three days of reading tons and tons of tutorial on how to do this, this is the UP-TO-DATE solution with the UP-TO-DATE files and EASIEST steps to follow.

    Steps. 1. Install genymotion emulator (This is way much faster than the eclipse emulator). All about it is easier. Research on how to start it.

    Download these three apk's ()

    Go to the platform tools folder of your adt bundle instalation folder (your_root_to_your_sdk\sdk\platform-tools). Open the sdk folder and there is the platform tools folder.

    Paste the downloaded apks to the platform tools folder

    Press Shit and right click the mouse, then press "Open command windows here"

    In the cmd type adb devices and hit enter. Then your will use "adb install name_of_the_each_apk" for each of the three apks.

    Open the google play and enter your account, and follow the steps: next, install google play services, open maps, and so on, they will guide you. That's all.

    AS SIMPLE AS THAT.

提交回复
热议问题