Android Fatal signal 11 (SIGSEGV) at 0x636f7d89 (code=1). How can it be tracked down?

后端 未结 24 997
遥遥无期
遥遥无期 2020-11-22 08:33

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

24条回答
  •  情深已故
    2020-11-22 09:01

    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.

提交回复
热议问题