地图没有获得在仿真机器人API第2版机器人、地图、API

2023-09-12 00:38:36 作者:?深情不如旧版。

我想安装我的地图应用程序模拟器安装它不错,但没有得到它的地图,显示如谷歌地图Android的API V2日志猫误差仅支持设备使用OpenGL ES 2.0及以上,但我只是看到变焦按钮和所有其他的UI。我必须做的就是在地图中的仿真器Android的API V2。

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 with OpenGL ES 2.0 and above, but I am Just seeing zoom buttons and all other UI. What i have to do to get map in emulator in android API v2.

我也跟着此链接:Running谷歌地图v2的在Android模拟器

推荐答案

我终于得到了映射在我的模拟器。我跟着这些步骤去实现它。

I got finally map in my emulator. I followed these steps to achieve it.

创建AVD并启动模拟器

Create avd and start emulator

转到平台工具路径present在Android SDK和把这些APK在其中的。

Go to platform tools path present in Android SDK and put these apk's in it.

安装 com.android.vending.apk (谷歌Play商店,v.3.10.9) 安装 com.google.android.gms.apk (谷歌播放服务,v.2.0.12) 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)

通过使用命令提示符(Shift +右键 - >点击这里打开命令窗口)将平台工具路径安装这些APK的逐一。遵循这些命令

Install these apk's one by one by going to platform tools path by using command prompt(shift+Right click-->open command window here).Follow these commands

ADB设备 在亚洲开发银行安装com.android.vending.apk 在亚洲开发银行安装com.google.android.gms.apk

就是这样。 :)