【问题标题】:What is the difference between "Intel Atom Image", "Google APIs Intel Atom image" and "Google play Intel Atom Image"?“Intel Atom Image”、“Google APIs Intel Atom Image”和“Google play Intel Atom Image”有什么区别?
【发布时间】:2019-04-21 02:07:03
【问题描述】:

在 Android SDK 管理器中,我可以看到 3 种类型的 Intel Atom 图像。有人能解释一下“Intel Atom Image”、“Google APIs Intel Atom image”和“Google Play Intel Atom Image”之间的主要区别吗?

【问题讨论】:

  • 只是一个猜测:1) 甚至没有 google play 服务(纯 aosp),2) 播放服务、google 地图、语音和其他可选 api 3) 像在经过认证的设备上一样的完整 play 商店体验 (@ 987654322@)。检查已安装的(系统)应用程序以确保。

标签: android-studio android-emulator android-sdk-manager intel-atom


【解决方案1】:

仅涵盖基本点:

Intel Atom Image:它是在 x86 CPU 上原生运行的 Android 模拟器版本,与大多数开发机器中的一样。您可以在this 问题中找到此问题的详细信息。

Google API 系统映像和 Google Play 系统映像的主要区别在于使用 Google Play intel x86 atom 系统映像,我们将拥有 Play 商店,并且能够在模拟器上安装应用程序 see this link.

【讨论】:

    【解决方案2】:

    “Google API”图片包含许多应用所依赖的Play services,但不包括 Play 商店应用

    “Google Play”图片包括 Play 商店应用和 Play services

    普通的“Intel Atom Image”既没有 Play Store,也没有 Play services。它是来自 Android 开源项目的未更改版本,没有添加其他应用程序。它适用于测试您不希望拥有 Google 依赖项的应用程序,并且由于它是“根”映像,因此适用于测试需要 root 访问权限的应用程序。

    关于谷歌的描述,见Create and manage virtual devices | Android Developers

    【讨论】:

      猜你喜欢
      • 2018-01-21
      • 2015-01-22
      • 2022-08-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-02-24
      • 2014-04-15
      相关资源
      最近更新 更多