App crashes (sometimes) with Fatal signal 11 (SIGSEGV), code 1

前端 未结 3 737
遇见更好的自我
遇见更好的自我 2020-12-15 22:12

I am developing an app with the HERE SDK, and everything worked fine until now. I get errors like this one:
Fatal signal 11 (SIGSEGV), code 1, fault addr 0x750057

3条回答
  •  庸人自扰
    2020-12-15 22:24

    I have resolved same issue by following code.

    Add android:vmSafeMode="true" in application tag in Manifest file.

    Your application tag should looks like:

    
    
        // Other stuff
    
     
    

    Hope this will help you.

提交回复
热议问题