android studio - manually download system image for emulator

后端 未结 7 1810
礼貌的吻别
礼貌的吻别 2020-12-23 16:39

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 c

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-23 17:17

    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.

提交回复
热议问题