How to install android system image (for Emulator) externally in Android Studio?

落花浮王杯 提交于 2019-12-21 20:27:36

问题


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.



来源:https://stackoverflow.com/questions/39397208/how-to-install-android-system-image-for-emulator-externally-in-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!