Android Studio freezes when debugging with the message "SIGNAL = SIGABRT (signal SIGABRT)"

My application works without problems. But when I try to debug it, android studio freezes. So I get the message "Waiting for a debugger", and then this message goes away, and then I get only a black screen in the emulator. I also get a message

SIGNAL = SIGABRT (signal SIGABRT) 

in the debug window under the variables tab.

How to fix it?

+7
android debugging android-studio sigabrt
source share
1 answer

I have encountered the same problem for some time. I found out that the fix is ​​very simple. Disable instant start. Go to "File -> Settings -> Build, Run, Deploy -> Instant Launch" and turn off Instant Launch. Try it.

0
source share

All Articles