Help installing Android in Eclipse?

ajb397

New member
I have done everything the tutorials have told me step by step. It looks like I had done everything correctly but when I create a new android project, I get this error:

[2010-02-13 14:16:03 - Framework Resource Parser]Collect resource IDs failed, class android.R not found in F:\Resources\android-sdk-windows\platforms\android-2.1\android.jar
[2010-02-13 14:16:03 - Framework Resource Parser]Collect permissions failed, class android.Manifest$permission not found in F:\Resources\android-sdk-windows\platforms\android-2.1\android.jar
[2010-02-13 14:16:03 - Android Framework Parser]failed to collect preference classes
[2010-02-13 14:16:05 - Framework Resource Parser]SDK parser failed
[2010-02-13 14:16:05 - SDK parser failed]


Also, when I open the main.xml, its pretty much empty. In my school, there were things like layouts, buttons, etc.

If it helps, I want to say that in the class I created, Android automatically did:
"import android.app.Activity;"
but then the error shows up that "android" can not be resolved.

Can someone help me fix this?
Also, In the folder where I downloaded the Android SDK, the subfolders "add-ons," "platforms" and "tools" are empty.
 
Back
Top