Emulator: Process finished with exit code 134 (interrupted by signal 6: SIGABRT)

前端 未结 3 978
闹比i
闹比i 2021-02-15 02:00

I recently just started downloaded Android Studio Version 3.0.1 on a Mac and I\'m getting the error below:

Emulator: Process finished with exit code 134 (

3条回答
  •  野性不改
    2021-02-15 02:26

    I faced the same problem and I don't know exactly why this might happen on the system. But I noticed that this problem only occur whenever I want to execute the emulator after it has been closed and its state has been saved. As a workaround you can do the following:

    • 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"

    Doing so, you are able to change your program and execute it provided that you haven't closed your emulator. Whenever you close it, you need to do the above instructions again.

提交回复
热议问题