Android SDK - Install system image packages offline

后端 未结 4 863
离开以前
离开以前 2021-01-31 10:26

due to IT restrictions I cannot use to package-install-automation of the Android SDK.

To be able to create an emulator in Androids\' AVD manager, I first of all need a s

4条回答
  •  太阳男子
    2021-01-31 11:07

    Firstly select the system image to be downloaded in android studio sdk, then it will start downloading the image and will say Downloading from . Copy that URL and download from some download manager like IDM and after downloading, extract the files in system-images folder.

    The directory structure pattern is sdk-folder/system-images/android-/google_apis/x86 (or armeabi-v7a).

    So, extract in correct pattern and then open the android studio sdk, you will see that the package is installed.

    Now, you can make a virtual device from the downloaded system image.

提交回复
热议问题