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
Fatal signal 11 (SIGSEGV), code 1, fault addr 0x750057
I have resolved same issue by following code.
Add android:vmSafeMode="true" in application tag in Manifest file.
android:vmSafeMode="true"
Your application tag should looks like:
// Other stuff
Hope this will help you.