Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロジェクトのレイアウト ファイルの 1 つを Eclipse で編集したところ、アクティビティ クラスで何かが破損しています。パッケージのインポートに関するこのエラーが発生しました。
The import com.Android.mysmartrecipeassistant.R cannot be resolved
私に何ができる?
最初にプロジェクトをクリーンアップし、XML ファイルにエラーがないかどうかを確認します。そうでない場合は、プロジェクトの "gen" フォルダーにあるパッケージの名前がパッケージ名と一致するかどうかを確認します。ほとんどの場合、エラーは XML が原因です。