In the Android SDK manager I can see 3 types of Intel Atom image. Can someone explain the main difference between "Intel Atom Image", "Google APIs Intel Atom image" and "Google Play Intel Atom Image"?

Different types of the Intel Atom Image

2

There are 2 answers

0
suo On BEST ANSWER

A "Google APIs" image includes the Play services that many apps rely on but does not include the Play Store app

A "Google Play" image includes both the Play Store app and the Play services

A plain "Intel Atom Image" has neither the Play Store nor the Play services. It is an unaltered build from the Android Open Source Project with no additional apps added. It is good for testing apps that you intend to have no Google dependencies and, as it is a "rooted" image, for testing apps that require root access.

For Google's description, see Create and manage virtual devices | Android Developers

0
Chetan Mehra On

Just covering basic points:

Intel Atom Image :It is a version of the Android emulator that runs natively on x86 CPUs, like those in most development machines.You can find details of this question in this question.

The main difference between Google API system image and Google Play system image is With Google Play intel x86 atom system image , we will have play store and will be able to install apps on emulator see this link.