Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between Google API intel x86 atom and Google Play intel x86 atom sytem image

Tags:

android

While downloading Android 8.0 sdk platform using Android Studio, I see these two system images.

  1. Google API intel x86 atom system image
  2. Google Play intel x86 atom sytem image

What is the difference between these two?.

like image 622
Semicolon Avatar asked Aug 13 '17 20:08

Semicolon


People also ask

Which system image is best for Android studio?

x86 images run the fastest in the emulator. If you see Download next to the system image, you need to click it to download the system image.

What is the difference between Android API and Google API?

Google API is for developing Google-based services such as Google Maps. Android API is for developing Android apps. Show activity on this post. google API:- it uses all google specific libraries like google map,search engine,sign in.

What is x86 system image in Android?

A system image is used to create different Android Virtual Devices (AVDs) and emulate the different Android devices in common use. As developer workstations are usually Intel x86 based, the ARM instruction set had to be emulated as well.


2 Answers

The play image has the Google Play store already installed and you can install apps, but there is no root access as it is a production build and not a debug build.

like image 79
Rob Johnson Avatar answered Sep 22 '22 07:09

Rob Johnson


The main difference between Google API system image and Google Play system image basically lays on the capabilities of each one to access the Google Play Store directly or not. Here is for more explanation regarding that matter.

Hope, could be a helped for the other.

like image 42
nanangarsyad Avatar answered Sep 25 '22 07:09

nanangarsyad