I also met this issue today, when I tried to build a project created in previous enviroment. I solved it in this way.
1. Remove folders under project except src and res. remove files under project folder except AndroidManifest.xml 2. Create a project from existing source 3. Change java compile compliance level from 1.6 to 1.5 (not sure if it is needed) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

