地图没有进入模拟器android api v2

Map not getting in emulator android api v2(地图没有进入模拟器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.

  1. 创建avd并启动模拟器

  1. 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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)