Map not getting in emulator android api v2(地图没有进入模拟器android api v2)
问题描述
我想在模拟器中安装我的地图应用程序,它安装得很好,但没有在上面获取地图,在 log cat 中显示错误,如 Google Maps Android API v2 仅支持具有 OpenGL ES 2.0 及更高版本的设备,但我只看到缩放按钮和所有其他用户界面.我必须做什么才能在 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.
我点击了这个链接:在 Android 模拟器上运行 Google Maps v2一个>
推荐答案
我终于在我的模拟器中得到了地图.我按照这些步骤来实现它.
I got finally map in my emulator. I followed these steps to achieve it.
创建avd并启动模拟器
Create avd and start emulator
转到 Android SDK 中存在的平台工具路径并将这些 apk 放入其中.
Go to platform tools path present in Android SDK and put these apk's in it.
- 安装com.android.vending.apk(Google Play 商店,v.3.10.9)
- 安装com.google.android.gms.apk(Google Play 服务,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 设备
- adb install com.android.vending.apk
- adb 安装 com.google.android.gms.apk
就是这样.:)
这篇关于地图没有进入模拟器android api v2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:地图没有进入模拟器android api v2
基础教程推荐
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01