Emulator: process terminated by exit code 134 (interrupted by signal 6: SIGABRT)

Recently, I just started downloading Android Studio Version 3.0.1 on Mac, and I get the error message below:

Emulator: process terminated by exit code 134 (interrupted by signal 6: SIGABRT)

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

+4
source share
1 answer

I had the same problem and I don’t know exactly why this can happen on the system. But I noticed that this problem only occurs if 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
  • , .
  • " "

, , . , , .

+7

Source: https://habr.com/ru/post/1692071/


All Articles