私は自分のAndroidプロジェクトをきれいにしましたが、今import android.R;
は一番上に置く必要があるというこのエラーが表示されています。そうすると、どのフィールドも表示されないと言われます。
setContentView(R.layout.inbox);
エラーマークにカーソルを合わせると、
Multiple markers at this line
- Inbox cannot be resolved or is not a field
- R cannot be resolved to a variable.
私はすべてのアクティビティでこれを取得しています
アップデート:
クリーニング プロセス中に R.java が再構築されない原因となっている XML からのいくつかのエラー
Description Resource Path Location Type
error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/friendrowbg'). friendslistselector.xml /atmebeta/res/layout line 8 Android AAPT Problem
error: Error: No resource found that matches the given name (at 'background' with value '@drawable/friendslistselector'). friend_row.xml /atmebeta/res/layout line 1 Android AAPT Problem
error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/friendrowbg'). friendslistselector.xml /atmebeta/res/layout line 2 Android AAPT Problem
error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/friendrowbg'). friendslistselector.xml /atmebeta/res/layout line 6 Android AAPT Problem
error: Error: No resource found that matches the given name (at 'listSelector' with value '@drawable/friendslistselector'). friends.xml /atmebeta/res/layout line 29 Android AAPT Problem