Re: [android-developers] Problems with main.xml after uncritical sourcecode changes

2011-06-03 Thread B Lyon
if you're using eclipse sometimes the eclipse android plugin sticks in an import to android.R - it does for me every now and then, and then it of course doesn't know what my id's are or there could be an issue with your xml, which the plugin should be telling you about On Fri, Jun 3, 2011

[android-developers] Problems with main.xml after uncritical sourcecode changes

2011-06-03 Thread Matthew
Hey, got a little problem while developing my project. I`ve got some code running well, with some views in an activity but then I tried to add another Button in code (with onClickListener etc.) and in the graphical main.xml view. Code was okay, but the "Id" of the new button could not be resolve