How to install android system image (for Emulator)

2019-04-12 07:20发布

问题:

I have downloaded (externally from IDM) Android N System Image from this link. Now where should i paste, install the file or what should i do with the file?

I want Android N to show in my Android Emulator list (list which appears after clicking the run button in Android Studio).

回答1:

Unpack this zip into folder {sdk_dir}/system-images/android-24/default/

After it you must create new virtual device from run dialog usiing this system image.



回答2:

Unpack to {SDK_PATH}/system-images/android-24/google_apis/x86/ Refresh the emulators list by clicking the reload button at the bottom



回答3:

You should put the downloaded system images in {Sdk_location}/temp and then use command line to install them otherwise they won't show up in android studio.