1

我在将“ The lynda.com android app development with java essential training ”练习文件导入 Eclipse 时遇到困难。

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

Paste error here please.

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

  1. “Android SDK r22.0.1”
  2. “日食的 ADT 22 插件”
  3. “JDK 6x64”
  4. “JRE 6x64”
  5. “面向 Java 开发人员的 Eclipse IDE 4.2 朱诺”
4

2 回答 2

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.
于 2013-07-15T12:02:39.893 回答
1

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

于 2013-07-18T07:22:13.160 回答