Kevin J. Brooks wrote: > Ok this is what I now have and it still is not adding webkit to R.java > > <?xml version="1.0" encoding="utf-8"?> > <TextView android:id="@+id/webkit" > xmlns:android="http://schemas.android.com/apk/res/android" > android:layout_width="fill_parent" > android:layout_height="fill_parent"/>
It is possible that "webkit" is a magic name, but not that I am aware of. There may be some Eclipse-specific tricks for getting "unstuck", but I'm not an Eclipse user. Search this list for Eclipse and R.java and see what you find. If you are not using Eclipse, then simply try deleting R.java and let it rebuild. You should not have to do this, but it may work for now and may give you some clues as to what is going wrong with your build environment. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

