skip to Main Content

After I updated Android emulator SDK tool to 31.1.4,it can’t run,
not show up emulator.
How to solve this problem?

2

Answers


  1. I am to getting "The emulator process for AVD 5.1_WVGA_API_29 has terminated." after the emulator was Upgraded to 31.1.4 since 2 days back.

    Login or Signup to reply.
  2. I have this problem on mac m1

    1. Check in emulator directory (for example my path is /Users/ivansafonov/Library/Android/sdk/emulator) exist file darwin-aarch64-replace.sh
    2. if not exist, place it in this directory (link – https://android.googlesource.com/platform/prebuilts/android-emulator/+/master/darwin-x86_64/darwin-aarch64-replace.sh)
    3. use chmod +x path_to_darwin-aarch64-replace.sh in Terminal
    4. try launch emulator
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search