Android NDK debugging in Eclipse – how to stop segfaults/SIGILL that only occur when stepping in native code

If it works for armeabi and not for armeabi-v7a, this should be a build issue. Unzip the apk file in the bin directory and check the library files in both the armeabi and armeabi-v7a are the same.

Leave a Comment