Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unknown error for Google APIs Intel x86 Atom System Image (Android Studio)

Tags:

android

sdk

When I go into the SDK manager in Android Studio, and I go to the tab that says SDK Update Sites, It says "unknown error" next to Google Inc. (x86 System Image). I can never update Google APIs Intel x86 Atom System Image and I think its holding me back on some features to some apps. How can I fix this?

like image 886
Appafly Avatar asked May 22 '16 01:05

Appafly


People also ask

How do I install Google Apis Intel x86 Atom system image?

To install Android SDK, open Android Studio and follow these steps: File > Settings > Appearance & Behavior > System Settings > Android SDK. Select the desired SDK and wait for the installation to complete.

What is Google Apis Intel x86 Atom system image?

The x86 Android* emulator system image enables you to run an emulation of Android on your development machine. In combination with the Android SDK, you can test your Android applications on a virtual Android device based on Intel Architecture.

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.

Where does Android Studio install sdk?

by default, the "Android Studio IDE" will be installed in " C:\Program Files\Android\Android Studio ", and the "Android SDK" in " c:\Users\username\AppData\Local\Android\Sdk ".


1 Answers

Just go to File -> Invalidate Cache/restart -> Invalidate Restart. Once done, Android Studio will close and restart. Allow all the updates to be installed and along, Intel Atom x86 system image will also be installed.

like image 161
Jefferson Goldwin Avatar answered Nov 15 '22 19:11

Jefferson Goldwin