这个问题又找了好久。国内回答的确不敢恭维。
本回答来自谷歌:
This is build issue. Go to Menu in eclipse, Project>clean then Project>Build All Clean instruction will remove all build configuration and fix all build issues. 主要意思是: 这时编译问题: 进入eclipse菜单栏,操作: Project>clean then Project>Build All 这样就清除掉所有的编译配置,并且重新修复所有的问题。 |