现在的位置: 首页 > 综合 > 正文

Android Google Maps开发笔记:【3】如何配置emulator正确运行GoogleMaps程序

2018年05月24日 ⁄ 综合 ⁄ 共 347字 ⁄ 字号 评论关闭
Update the emulator:

Download the new files for latest play services:

com.google.android.gms_20130908.apk

com.android.vending_20130908.apk

Then install the tow apks in your emulator

If there exists previous versions uninstall the old apks first

如何安装/卸载.apk文件于android虚拟机:

  1. 将android虚拟机打开

  2. 在cmd 中输入APK的绝对路径(一般保存.apk文件至与adb.exe同目录下)

  3. .输入“adb install” + 文件名.apk 或者 输入“adb uninstall” + 文件名.apk

  4. 重启虚拟机

抱歉!评论已关闭.