"Intel Atom Image"、"Google APIs Intel Atom image" 和 "Google play Intel Atom Image" 有什么区别?

What is the difference between "Intel Atom Image", "Google APIs Intel Atom image" and "Google play Intel Atom Image"?

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

基本要点:

Intel Atom Image :它是 Android 模拟器的一个版本,在 x86 CPU 上本机运行,就像大多数开发中的那些 machines.You 可以找到this 问题中的此问题的详细信息。

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

一张 "Google APIs" 图片包含许多应用依赖的 Play services 但不包含 Play 商店应用

一张 "Google Play" 图片同时包含 Play 商店应用和 Play services

普通 "Intel Atom Image" 既没有 Play 商店也没有 Play services。它是 Android 开源项目的未更改版本,未添加任何其他应用程序。它适用于测试您打算没有 Google 依赖项的应用程序,并且由于它是 "rooted" 映像,因此适用于测试需要 root 访问权限的应用程序。

关于Google的描述,参见Create and manage virtual devices | Android Developers