Type 'jint' could not be resolved, and JNIEnv, jclass
问题 Trying to build a simple helloWorld android/java application with jni c code. I am using Eclipse Indigo on Windows 7. Installed ndk r8 in a non-space path, have the c library finally building fine with ndk-build.cmd. However, the header file generated by javah has unresolved errors, Type 'jint' could not be resolved Type 'JNIEnv' could not be resolved Type 'jclass' could not be resolved It wasn't seeing the jni.h include yesterday but after a reboot this morning, that error has disappeared. I