I\'ve been reading the other posts on tracking down the reasons for getting a SIGSEGV
in an Android app. I plan to scour my app for possible NullPointers relate
Today I faced Fatal signal 11 (SIGSEGV), code 1, fault addr 0x8 in tid 18161
issue and I struggle half day to solve this.
I tried many things clearing cache and deleting .gradle file and all.
Finally I disable Instant Run
and now I am not getting this issue again.
Now my application is working after enabling instant run also. It may be the instant run problem, Try with disabling and enabling instant run
From this answer:
Go to Android Studio Settings or Preferences (for MAC) -> Build,Execution,Deployment -> Instant Run.
Then deselect the "Enable Instant Run" checkbox at the top.