On Sun, Jan 22, 2012 at 12:15 PM, Nitin Sethi <[email protected]> wrote:
> Despite reading all the solutions, I could not arrive at a solution. > You read "all" of the solutions, but you could not arrive at one? ... OK. This is answered on StackOverflow numerous times searching for that error message ... > Please point out the mistake I am doing. > OK, since you read all the solutions and still didn't get it, I'll help you out. Remove the "+" from *a**ndroid:id="@+id/android:list*. That creates a new id, you want to use the existing one. Same thing for the "empty" id. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

