最近需要用到android的ndk,但是在eclipse中,一直提示Method 'NewStringUTF' could not be resolved,诸如此类的错误。
可问题是,jni.h等一系列的依赖库,我都已经导入了,并且也能正常的使用build来编译出动态库文件。但是eclipse的cdt,仍旧会不停的提示这类的错误,导致整个项目没办法编译过去。
Go to the project's Properties -> C/C++ General -> Code Analysis. Click the "Use project settings" radio button (or "Configure Workspace Settings..." button). Disable (uncheck) the "Method cannot be resolved" checkbox.
在这里找到的http://stackoverflow.com/questions/15899813/eclipse-method-newstringutf-could-not-be-resolved