我有 Eclipse indigo,我可以在其中创建和运行 android 项目,但是每当我在外部导入 android 项目构建时,我都会收到错误,它无法识别 android 特定的东西,它显示错误,我看到它强调了所有来自的东西android 或 java ,例如:它强调 Button,Activity ,MediaPlayer,DatabaseHelper 您在项目中使用或引用的东西。
那么,如何解决它。?
There are some reason for red underline showing (Actually R.java file is not generating successfully) in your imported project.
Now If you are finding this kind of error:
Android requires compiler compliance level 5.0. Please fix project properties.
then the solution is
Package Explorer -> Right click the project -> Android Tools -> Fix Project Properties
OR simply do:
Project -> Clean
1)转到项目>属性>启用项目特定设置>再次将合规级别设置为1.5,然后再次设置为1.6,下划线错误将得到解决。
2)替代方法是取消选中启用项目特定设置并单击配置工作区设置链接,然后再次将合规级别设置为 1.5,然后再次设置为 1.6,下划线错误将得到解决。
然后构建项目......希望它对你有用......
尝试属性 -> android -> 设置 android 构建目标然后清理你的项目
选择您的项目-> 项目-> 清理...-> 清理下面选择的项目,选择您导入的项目并立即开始构建,然后按确定。