menu_on_top
menu_on_top

Reputation: 2613

problem with eclipse

i saw that android 2,3 is ready so i tried to install it in my eclipse.Firstly,i went to "Android SDK and AVD manager" in my installed packages and i updated them all.Secondly, i went from help to check for updates,i was waiting eclipse to download them and finally i restarted my eclipse!my problem is that all my old apps are not playing now and they have a red x in the package explorer.i wrote a helloWorld app in 2,3 android and its playing but as i try to run my old apps ,eclipse says that i have error in my code.please help,i m confused!!:)

Upvotes: 0

Views: 1056

Answers (1)

tbruyelle
tbruyelle

Reputation: 13035

Do you still have your R.java in the gen/ folder ?

I got similar issue with new compiler in SDK 2.3, R.java sometimes disapears !

I manage to fix this by restarting eclipse and/or performing a clean in the projects.

Upvotes: 1

Related Questions