Android emulator VS Emulator for Android:Google Play商店在新安装Gapps(Google Play服务)后崩溃

Android emulator VS Emulator for Android:Google Play商店在新安装Gapps(Google Play服务)后崩溃,android-emulator,visual-studio-2015,google-play-services,visual-studio-emulator,Android Emulator,Visual Studio 2015,Google Play Services,Visual Studio Emulator,我已经在我的Android来宾操作系统VS Emulator for Android上安装了Gapps(Gapps CyanogenMod 13,Android 6.0–Marshmallow(也适用于Android 6.0 Gapps)HDPI/MDPI/TINY:Gapps-600-base-20151016-1-signed.zip)(使用5.7英寸Marshmallow 6.0.0 XHDPI手机API 23级设备映像)(并在adb中获得了成功消息)重新启动emulator和guest操

我已经在我的Android来宾操作系统VS Emulator for Android上安装了Gapps(Gapps CyanogenMod 13,Android 6.0–Marshmallow(也适用于Android 6.0 Gapps)HDPI/MDPI/TINY:Gapps-600-base-20151016-1-signed.zip)(使用5.7英寸Marshmallow 6.0.0 XHDPI手机API 23级设备映像)(并在adb中获得了成功消息)重新启动emulator和guest操作系统后,唯一出现的是Google Play商店。启动它只会打开一个空白的白色屏幕,然后立即关闭


我甚至尝试过拖放安装gapps zip,它说安装成功并提示关闭(adb方法没有这么做),但仍然没有改变。

我也遇到了同样的问题,然后我将我的google帐户添加到模拟器中,它成功了

Settings -> Accounts -> Add Account -> Google
在那之后,我可以打开“Play Store”并更新与谷歌相关的服务,比如“google+”,这样它们就可以运行了……现在我有了一个可以在模拟器中使用的谷歌地图:-)


我已经使用API Level 21 emulator使用5.0 Gapps包完成了这项工作

你完全正确,它在Logcat中也这样说:
03-25 14:24:19.228 1161-1161/com.android.vending W/Finsky:[1]FinskyApp.getCurrentAccount:此设备上未配置任何帐户。
我对棉花糖6.0映像的问题是,添加帐户缺少Google类型。对于较旧的API映像,它运行良好。我正在使用LG Nexus 5X Visual Studio Android模拟器(API级别23)而且它在Add Account.Hmmm中缺少了Google选项。是的,这很不幸:-(为什么它不能保持工作状态呢?…如果您解压缩gapps并安装“prebuildgmscore.apk”,我能用API 23获得的最接近的结果就是在gapps包中"然后,你可以选择添加谷歌账户。但点击它会导致播放服务崩溃。我也尝试了openapps软件包,但这些都有同样的问题。我希望在棉花糖成熟一点后,一个新的gapp软件包或VS图像会解决这个问题。如果我发现有什么事情比你做的更好,我会回来检查到底是怎么回事?我在尝试棉花糖,结果是一样的,没有谷歌账户选择。我没有:-/仍然只是坚持使用谷歌地图的4.4模拟器,并在物理设备上测试6.0版。谷歌做出这样的决定很奇怪,所以默认情况下不能包括这些。这是一个真正的PITA:-p