且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在 Android 模拟器中下载 Google Play 服务?

更新时间:2023-10-20 23:27:16

查看 设置 Google Play 服务 表示:

要使用 Google Play 服务 API 开发应用程序,您需要使用Google Play 服务 SDK.

To develop an app using the Google Play services APIs, you need to set up your project with the Google Play services SDK.

如果您尚未安装 Google Play 服务 SDK,请按照 添加 SDK 包.

If you haven't installed the Google Play services SDK yet, go get it now by following the guide to Adding SDK Packages.

要在使用 Google Play 服务 SDK 时测试您的应用,您必须使用:

To test your app when using the Google Play services SDK, you must use either:

  • 运行 Android 2.3 或更高版本并包含 Google Play 商店的兼容 Android 设备.
  • 带有 AVD 的 Android 模拟器,运行基于 Android 4.2.2 的 Google API 平台或更高.
  • A compatible Android device that runs Android 2.3 or higher and includes Google Play Store.
  • The Android emulator with an AVD that runs the Google APIs platform based on Android 4.2.2 or higher.