Appafly
Appafly

Reputation: 666

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

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?

Upvotes: 21

Views: 82314

Answers (6)

Jonathan
Jonathan

Reputation: 2063


If none of the suggested solutions works for you, try to run Android Studio as Administrator.


Also ensure there's enough disk space on the partition which you installed Android Studio on.

It takes approx. 4Gb even though it says ~930mb. Keep that in mind!

To ensure diskspace is not the problem go to:

Originally:
FileSettingsAppearance & BehaviourSystem SettingsAndroid SDKSDK Platforms

Newer Versions:
FileSettingsAppearance & BehaviourLanguages and FrameworkAndroid SDKSDK Platforms

then check [X] Show Package Details and scroll to the Android package you want to install (e g. "Android 7.1.1 (Nougat)"). Check [X] Google APIs Intel x86 Atom System Image and hit Apply. Warning will appear in case of insufficient disk space.

Upvotes: 13

user3763113
user3763113

Reputation:

Delete the folder .downloadIntermediates from your SDK location. It works for me

Upvotes: 4

ReidGuy
ReidGuy

Reputation: 11

I felt super stupid. I landed on this page after googling the error. I tried the Invalidate Cache thing. didn't work. Looked deeper into the error and tried doing as it said, manually removing the system image it was trying to overwrite. I couldnt. It was in use. wtf. oh, the emulator i had going slipped past me, it didn't shutdown with the android studio restart and updating.

Closed the emulator and the upgrade finished successfully instantly.

Check for instances of the system image file running, the file from folder C:\Users\NAME\AppData\Local\Android\Sdk\system-images\android-29\google_apis\x86

Upvotes: 1

vidyesh churi
vidyesh churi

Reputation: 21

I had same problem with android studio and performing below steps solved the problem.

Settings > Appearance & Behavior > System Settings > Updates > Canary Channel > Check Now > Stable Channel > Check Now > Android SDK > Show Package Details > Apply

No Error

Download and Install Update

Upvotes: 1

Jefferson Goldwin
Jefferson Goldwin

Reputation: 361

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.

Upvotes: 26

younho
younho

Reputation: 1

You need to reinstall it.

  1. Run "SDK Manager" in stand-alone mode, you should see the item marked as broken at the bottom, In "Extras" folder.

  2. Delete the package, "Broken Intel x86...//"

  3. Run the app again. It will be reinstalled.

Upvotes: -1

Related Questions