android studio - manually download system image for emulator

后端 未结 7 1766
礼貌的吻别
礼貌的吻别 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:22

    On Windows 10:

    1. Download the file from e.g.: https://dl.google.com/android/repository/sys-img/google_apis/x86-27_r09.zip.
      1. Extract the zipped file.
      2. Copy (OR Cut, not recommended) the contents of the extracted folder e.g.: x86.
      3. Find the android-sdk folder. By default, it should be located at C:\Users\[YOUR USER NAME]\AppData\Local\Android\Sdk.
      4. Look for a folder named system-images. Create system-images if it doesn't exist. Depending on the file you downloaded, create subfolders within system-images. E.g.: system-images->android-27->google_apis.
      5. Paste within google_apis.
      6. Restart Android Studio and the system image should be selectable.

    Shout if you need any further assistance.

    0 讨论(0)
提交回复
热议问题