Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

android

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 (interrupted by signal 6: SIGABRT)

I followed the Android Studio tutorial and was able to run the emulator but after adding in a text box and a button, the error above popped up. Please help!

like image 387
Sav Avatar asked Jan 11 '18 22:01

Sav


1 Answers

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.

like image 153
Reza Avatar answered Oct 23 '22 16:10

Reza