Type 'jstring' could not be resolved.以及类似bug
在eclips里面设置
右键jni项目-Properties -C/C ++General - Paths and Symbols -c,cpp-Includes里面设置路径Android_NDK\android-ndk-r8d\platforms\android-8\arch-arm\usr\include
再运行即可。
Type 'jstring' could not be resolved.以及类似bug
在eclips里面设置
右键jni项目-Properties -C/C ++General - Paths and Symbols -c,cpp-Includes里面设置路径Android_NDK\android-ndk-r8d\platforms\android-8\arch-arm\usr\include
再运行即可。