错误信息:.c文件中 Unresolved inclusion: <stdio.h> Unresolved inclusion: <jni.h>
解决方法:project-properties-C/C++ General-Paths and Symbols-Languaes c,cpp add 把jdk中的include和include\win32文件目录添加进去
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
错误信息:.c文件中 Unresolved inclusion: <stdio.h> Unresolved inclusion: <jni.h>
解决方法: NDK Project->New->Folder->Advanced->Link to alternate location(Linked Folder) Browse the path
http://stackoverflow.com/questions/12584255/android-add-native-support-unresolved-jni-h-android-log-h-etc/12584650#12584650