After upgrading to the newest version of the Eclipse ADT – 10.0. My projects are behaving funnily. The app runs, but when I try to open an activity (on the phone), some other activity gets opened. I then tried to create a new Android Project. I’m not able to because the list of targets (the android versions) are missing and am not able to choose 2.2 or any other version.
Any ideas? Thanks
Finally found the problem. Had to change the version of Java from 1.4 to 1.6. Upgrading to ADT 10 had changed my version number! Wasted half a day on this!!!