在eclipse中打开c文件时,出现两种错误“Method 'GetStringUTFChars' could not be resolved”及“symbol ' ' can not be resolved”
出现问题后,问了度娘及谷歌,结果发现这是NDK的一个BUG,目前没有很好的办法解决,无奈之下,只好禁用eclipse中c/c++标签下code analysis中的“Method could not be resolved”及“Symbol is not resolved”
在使用Eclipse处理C文件时遇到'Method could not be resolved'和'symbol is not resolved'错误,本文提供了从度娘和谷歌获取的解决方案,即禁用Eclipse中的C/C++代码分析功能来解决此NDK BUG。
在eclipse中打开c文件时,出现两种错误“Method 'GetStringUTFChars' could not be resolved”及“symbol ' ' can not be resolved”
出现问题后,问了度娘及谷歌,结果发现这是NDK的一个BUG,目前没有很好的办法解决,无奈之下,只好禁用eclipse中c/c++标签下code analysis中的“Method could not be resolved”及“Symbol is not resolved”

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