and the error i got is:

05-09 16:19:07.723: D/PhoneWindow(7043): couldn't save which view has
focus because the focused view android.widget.LinearLayout@44ecc1d8
has no id.

Take a look at that line - what does it say is the reason for being unable to do what it wants? The error message is pretty clear about the reason for the failure - and should be a clue as to how to fix the problem either in your XML file or if you are building the UI manually, by making an extra call on the LinearLayout.


--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to