最近需要用到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
本文介绍如何解决在Eclipse中使用Android NDK时出现的“Method 'NewStringUTF' could not be resolved”等编译错误。通过调整项目的属性设置,禁用特定的代码分析选项,可以有效避免这些错误并成功编译项目。
1万+

被折叠的 条评论
为什么被折叠?



