2

我想在 Android 应用程序中集成 Google Plus 共享功能。但为此,需要安装 Google Plus App。

所以我想在模拟器中包含 Google Plus App。我正在使用 Android 4.2.2 SDK。如何安装它?

我检查了配置。但是我通过查看这里发现了问题:

int 可用 = GooglePlayServicesUtil.isGooglePlayServicesAvailable(this);

这里它说SERVICE_VERSION_UPDATE_REQUIRED.我现在可以做什么来更新服务?

任何帮助将不胜感激。

4

3 回答 3

1

Install a compatible version of the Google APIs platform. If you want to test your app on the emulator, expand the directory for Android 4.2.2 (API 17) or a higher version, select Google APIs, and install it. Then create a new AVD with Google APIs as the platform target. Note: Only Android 4.2.2 and higher versions of the Google APIs platform include Google Play services.

You can read more about setting up google play services here

于 2013-08-16T17:20:20.420 回答
0

这些模拟器上的 Google Play 服务已经过时,不会更新。使用具有 Google API 级别 19 (Android 4.4) 的最新模拟器。

更多信息在这里:SERVICE_VERSION_UPDATE_REQUIRED 和 Google Play 服务已过时,同时在 android 中集成 Google Plus

于 2013-11-09T22:32:04.720 回答
0

用于开发和测试的物理设备,因为 Google Play 服务只能安装在具有 AVD 的模拟器上,该 AVD 运行基于 Android 4.2.2 或更高版本的 Google API 平台。有关更多详细信息,请检查此

于 2014-03-20T10:11:44.243 回答