I\'m trying to debug the native code in the \"csipsimple\" android app using the Debug As->Android Native Application
option. I used this tutorial to do it.
For NDK R9 (works in others too but line# may differ):
${NDK}/build/core/add-application.mk
line 138
add "#" at start of the line.
# $(call __ndk_info,WARNING: APP_PLATFORM $(APP_PLATFORM) is larger than \
android:minSdkVersion $(APP_MIN_PLATFORM_LEVEL) in $(APP_MANIFEST))
One character, 30 second fix ... go debug native code.