Intel x86 Atom_64 System Image Failed: This download could not be finalized from the interim state. Retrying without caching. #20930
-
I was trying to install Intel x86 Atom_64 System Image from the SDK manager of Android Studio. But the following error came: This download could not be finalized from the interim state. Retrying without caching. The actual log looks something like this: Packages to install: - Intel x86 Atom_64 System Image (system-images;android-31;default;x86_64)
Preparing "Install Intel x86 Atom_64 System Image (revision: 3)".
Downloading https://dl.google.com/android/repository/sys-img/android/x86_64-31_r03.zip
This download could not be finalized from the interim state. Retrying without caching.
Downloading https://dl.google.com/android/repository/sys-img/android/x86_64-31_r03.zip
Failed packages:
- Intel x86 Atom_64 System Image (system-images;android-31;default;x86_64) How can I fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Try to download it manually using the link: https://dl.google.com/android/repository/sys-img/android/x86_64-31_r03.zip After downloading extract it to the SDK dir so the resulting path looked like this: AppData\Local\Android\Sdk\system-images\x86_64 And Then restart your Android Studio, Then it will work :) |
Beta Was this translation helpful? Give feedback.
-
Same problem happened to me. After two days constant trying I solved the problem. I use internet from my mobile using JIO SIM. I just switched my alternate mobile for internet data where I am also using VODAFONE SIM. You just switch from your current internet to another internet even over WIFI. I see in some cases some websites does not work properly in Jio network otherwise I prefer this network(JIO) for its top-notch speed and services. If in your case whatever your data provider just try this method use other data provider or WIFI. If this method solves your problem just hit the like button so others can get help. Thanks |
Beta Was this translation helpful? Give feedback.
Try to download it manually using the link:
After downloading extract it to the SDK dir so the resulting path looked like this:
And Then restart your Android Studio, Then it will work :)