Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android studio - manually download system image for emulator

Good day,I'm a student and I'm trying to create a virtual device in Android Studio, however my home internet is too slow to download a System Image, there is an internet cafe near me that has very fast internet and I plan to download the System Image there by accessing in my browser this link : https://dl.google.com/android/repository/sys-img/google_apis/x86-25_r08.zip

From this message in the window where Android Studio downloads the System Image for Android Nougat

To install: - Google APIs Intel x86 Atom System Image (system-images;android-25;google_apis;x86)  Preparing "Install Google APIs Intel x86 Atom System Image". Downloading https://dl.google.com/android/repository/sys-img/google_apis/x86-25_r08.zip 

However I do not know how to install it in android studio. How am I able to install it myself on android studio and make an emulator?

Many thanks.

like image 823
RFA Avatar asked Aug 15 '17 04:08

RFA


People also ask

How do I manually download Android Emulator?

In Android Studio, go to Tools > SDK Manager. In the SDK Tools tab, select the latest version of Android Emulator, and click OK. This action installs the latest version if it isn't already installed.

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.


2 Answers

In windows: First locate your android-sdk. By default it's in your C:\Users\Your.name\AppData\Local\ in it's root folder. where you can find: SDK Manager.exe, make a folder name it "system-images", my api 25 image is at system-images\android-25\google_apis\x86_64\Files

Hope you can Figure it out. Comment if you have any problem.

like image 64
M.Mavini Avatar answered Sep 19 '22 15:09

M.Mavini


In mac OSX:

~/Library/Android/sdk/system-images/android-[API_VERSION]/[API_TYPE]/x86

Replace [API_VERSION] with Android version you are downloading and the [API_TYPE] can either be google_apis_playstore or google_apis depending on whether the image you are downloading comes with Google Play or not.

like image 39
fahmy Avatar answered Sep 19 '22 15:09

fahmy