skip to Main Content

I upgraded my emulators in Android Studio Hedgehog (Catalina) and my Emulators crash. The error message is:

2023-12-20 21:01:37,234 [ 47251] INFO - Emulator: Pixel 6a API 34 - Process finished with exit code 134 (interrupted by signal 6: SIGABRT) 2023-12-20 21:01:37,238 [ 47255] SEVERE - Emulator: Pixel 6a API 34 - Emulator terminated with exit code 134

When I query the Emulators location, I get the path: /Library/Android/sdk/tools/emulator, but the Emulators are really at the path: /Library/Application Support/Android/SDK/tools.

I theorize that if I could add the "Application Support" level to the path, it might solve the problem, but I’m not sure how I could do that.

Additionally, I also theorize that not having the Intel HAXM installed could be the problem. Thing is, it doesn’t show up as an upgrade option in Android Studio Hedgehog.

If that’s not the problem, I’d love to hear your solution.

2

Answers


  1. Chosen as BEST ANSWER

    Well, I tried a lot of suggestions, but the simple solution was to downgrade my Emulators. A great HOW TO is at https://developer.android.com/studio/emulator_archive. It includes the Android archives of Emulators.

    When in doubt go back further in the Emulator history.


  2. Here’s a workaround for a similar problem from this answer.

    • Open AVD Manager in your Android Studio
    • For the desired emulator, from the list click on the down arrow located on the right side of its row
    • Select "Cold Boot Now"

    Additionally, try going into your virtual device’s settings and change "Emulated Performance" from "Automatic" to "Software" as this answer suggests.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search