1. 程式人生 > >android -------- 解決NDK開發中的 Method 'NewStringUTF' could not be resolved

android -------- 解決NDK開發中的 Method 'NewStringUTF' could not be resolved

-- bsp 編譯 use string not 解析 wstring 無法

創建NDK項目時, .cpp文件中出現錯誤,

Method ‘NewStringUTF‘ could not be resolved

如圖:

技術分享圖片

網上看了很多解決方式

項目右鍵->屬性->c/c++常規->Code Analysis,選擇"Use project settings" 中的方法無法被解析(Method cannot be resolved)取消選擇,應用->確定,然後刷新、清理、刷新、build項目。
搞定。

技術分享圖片

我的是這樣改了之後也沒成功 , 我在clean一下,在運行生成編譯文件,然後重啟Eclipse才成功的

重啟之後就可以運行項目了,感覺很坑。

參看資料(網上有很多)

https://stackoverflow.com/questions/15899813/eclipse-method-newstringutf-could-not-be-resolved/16111538

https://blog.csdn.net/lqjun/article/details/50437285

https://blog.csdn.net/brokge/article/details/39929525/

https://www.aliyun.com/jiaocheng/88000.html

android -------- 解決NDK開發中的 Method 'NewStringUTF' could not be resolved