Installing Android Emulator In Android Studio with zip files

前端 未结 7 1930
一生所求
一生所求 2021-02-01 07:19

I wasn\'t able to install an emulator to my android studio installation. So, I copied this link from the studio and downloaded the zip file. Now I need help on how to manually i

7条回答
  •  北恋
    北恋 (楼主)
    2021-02-01 08:11

    I'm on Android Studio 3.5.3, Windows 10. After emulator update 29.3.4, I also got a similar error to above when trying to install emulators (I tried Pixel 3 and 2):

    *Packages to install: 
        - Google Play Intel x86 Atom_64 System Image (system-images;android-28;google_apis_playstore;x86_64)
        Preparing "Install Google Play Intel x86 Atom_64 System Image (revision: 8)".
        Downloading https://dl.google.com/android/repository/sys-img/google_apis_playstore/x86_64-28_r08.zip
        An error occurred while preparing SDK package Google Play Intel x86 Atom_64 System Image: Cannot download 'https://dl.google.com/android/repository/sys-img/google_apis_playstore/x86_64-28_r08.zip': Read timed out
    , response: 200 OK.
        "Install Google Play Intel x86 Atom_64 System Image (revision: 8)" failed.
        Failed packages:
        Google Play Intel x86 Atom_64 System Image (system-images;android-28;google_apis_playstore;x86_64)*
    

    Running Android Studio as Administrator solved the problem for me.

提交回复
热议问题