Android SDK - Install system image packages offline

后端 未结 4 927
离开以前
离开以前 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 10:59

    For those with difficulty in finding the correct path to install. The path will depend whether the image is a playstore image or not.

    You can figure out by looking at the images download link:

    If the download link is inside the folder google_apis, e.g:

    https://dl.google.com/android/repository/sys-img/google_apis/.zip
    

    Your folder structure should look like:

    sdk-folder/system-images/android-/google_apis/
    

    But if the download link is inside the folder google_apis_playstore, e.g:

    https://dl.google.com/android/repository/sys-img/google_apis_playstore/.zip
    

    Then your folder structure should look like:

    sdk-folder/system-images/android-/google_apis_playstore/
    

提交回复
热议问题