将android项目导入lynda.com练习文件的eclipse时出错

时间:2013-07-15 11:20:03

标签: android eclipse

我很难将“ lynda.com安卓应用程序开发与java必备培训”练习文件导入eclipse。

我不断收到这样的java错误。

Paste error here please.

有人可以帮我解决这个问题吗?目前我正在使用

  1. “Android SDK r22.0.1”
  2. “日食的ADT 22插件”
  3. “JDK 6x64”
  4. “JRE 6x64”
  5. “Eclipse IDE for Java Developers 4.2 juno”

2 个答案:

答案 0 :(得分:1)

然后可能是因为,res文件夹中可能存在一些问题,

 1.The Main reason might be there could be wrong import file of R.java. 
     So Remove, if any import android.R;
    2. There be some errors in your xml files
    3.Try rebuilding and cleaning your project or
    4. Close all files, clean project, restart Eclipse.

答案 1 :(得分:1)

在项目中右键单击Android工具 - >修复项目属性