您的位置:首页 > 编程语言 > Java开发

Eclipse Ndk开发中的Method 'NewStringUTF' could not be resolved问题

2015-07-15 22:16 585 查看
最近需要用到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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: