When build is passed, then debug as native application, following errors displed on console:
[2015-12-23 10:26:39 - JniTraining] Unknown Application ABI:
[2015-12-23 10:26:39 - JniTraining]
[2015-12-23 10:26:39 - JniTraining] Unable to detect application ABI's
Search all the info on line, no solution does work.
After reading the souce code :https://android.googlesource.com/platform/sdk/+/master/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/NdkHelper.java, the make throw exception as below:
F:\>D:/download/androidndkr10e/prebuilt/windows-x86_64/bin/make --no-print-dir -
f D:/download/androidndkr10e/build/core/build-local.mk -C F:/AndroidWorkshop/Sim
pleTouchADT/JniTraining
D:/download/androidndkr10e/prebuilt/windows-x86_64/bin/make: Interrupt/Exception
caught (code = 0xc00000fd, addr = 0000000000420386)
It seems there is no way to continue to fix this issue.
希望看到上述issue的兄弟能够帮忙解决,谢谢