Hi all, I am developing an Android app and everything was working fine yesterday. Now, when I go back into the app, and try to run it, I get the following errors:
setContentView(R.layout.contactlanta); [R cannot be resolved or is not a variable] Button back = (Button) findViewById(R.id.backbutton); [R cannot be resolved or is not a variable] Likewise, this error is appearing in ALL of my four View files. The problem seems to be in the AVD Simulator because I got it to run once or twice today, now I am back to these errors. I also tried to run the same app on different machines (Macs) and still get the same errors. All of the code IS correct because (like I said before) it ran fine yesterday. Any ideas??? Dan Uff [email protected] -- 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

