For the last two days the app I'm working on is showing up as [DEAD] in logcat and when I try to launch the app through the run button in Android Studio all seems fine, except the app never start and leaves no error message in Android Studio, except for [DEAD]. Any idea what this is?
Update: I have been able to remove the [DEAD] thing from the logcat by:
- Removing the app from the device
- Restarting the device (Should not have been this because it was just started befor it happened, but just in case)
- Invalidate caches and restart in Android Studio
- Re-run the app from the toolbar in Android Studio
This might help to get you going again, but my question stays.
What is this?
Why does it happen?
And whats the correct way of solving it?