1

The lynda.com android app development with java essential training」演習ファイルを Eclipse にインポートするのに問題があります。

このようなJavaエラーが発生し続けます。

Paste error here please.

誰かがこの問題で私を助けることができますか? 現在、私は使用しています

  1. 「Android SDK r22.0.1」
  2. 「Eclipse用ADT 22プラグイン」
  3. 「JDK 6x64」
  4. 「JRE 6x64」
  5. 「Java 開発者向け Eclipse IDE 4.2 juno」
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 に答える