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

前端 未结 3 976
闹比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.

    0 讨论(0)
  • 2021-02-15 02:28

    I solved it by going into my virtual device's settings and changing "Emulated Performance" from "Automatic" to "Software".

    0 讨论(0)
  • 2021-02-15 02:29

    open Virtual Device, select Device and Edit - Change Camera Front from Emulated to be None - Change Camera Back from VirtualScene to be None - Change Quick boot to be Cold boot - Change Multi-Core CPU 4 to be 2

    0 讨论(0)
提交回复
热议问题