AVD错误 - 更新Google Play服务

时间:2015-11-24 11:43:04

标签: android android-studio google-play-services

我正在尝试将GCM合并到我的Android应用中

我已经编译了com.google.android.gms:play-services:8.3.0' 在我的应用程序级别build.gradle

我有classpath' com.google.gms:google-services:1.5.0' 在我的项目级build.gradle

我的AVD是API23,目标Google API。 我的项目结构编译SDK版本是Google APIS API 23.

在AVD中我可以看到已安装的Google Play服务是v 8.1.85。 所以我认为这可能是问题

但是,我无法通过&ad; install * .apk'安装新的apk。因为我已通知INSTALL_FAILED_UPDATE_INCOMPATIBLE

我在我的SDK设置中安装了Google Play服务,第28版

我是Android上的初学者,所以我假设我忽视了一些基本的东西!

1 个答案:

答案 0 :(得分:3)

除非Google不会使用新的Google Play服务更新虚拟设备,否则您必须将Genymotion与Google应用一起使用。

如何在Genymotion中安装Google应用:How do you install Google frameworks (Play, Accounts, etc.) on a Genymotion virtual device?