[android-beginners] Re: I broke my project

2008-12-13 Thread Josh Dobbs
I still cannot resolve this issue. Whenever i try to access something in my layout folder like this R.Layout.somelayout None of my layouts are suggested by autocomplete. Its as if my application lost reference to the layout folder. any suggestions would be appreciated ** ** btnGo =(Button)

[android-beginners] Re: I broke my project

2008-12-13 Thread Josh Dobbs
I got it! I don't know how this got in my activity but once i removed the following import everything went back to normal. import *android*.R; Thanks! On Sat, Dec 13, 2008 at 8:27 AM, Josh Dobbs joshdo...@gmail.com wrote: I still cannot resolve this issue. Whenever i try to access something