0

I'm trying to import GreenDroid into a new Android Project (SDK 2.2) and I'm getting this error while trying to clean my project and compile it:

Resource '/GreenDroid/gen' does not exist.

When I click on the GreenDroid project in the solution explorer, I'm also getting this error:

Project 'GreenDroid' is missing required source folder: 'gen'.

I would much appreciate your help on the matter.

Thanks! Nicolas.

4

2 に答える 2

0

プロジェクトのプロパティに移動し、AndroidのプロパティをGoogleapi 2.2以降に設定しますが、プロパティをGoogleApiのみに設定していることを確認してください。

于 2011-11-18T08:39:13.887 に答える
0

ビルド エラーがないことを確認してから、プロジェクトを更新し、プロジェクトをクリーンアップして、[Android Tools] -> [Fix project properties] に移動します。通常、これらの手順をいくつか組み合わせることで、私の gen フォルダーの問題が修正されます。

于 2011-09-18T16:05:06.143 に答える