[Monodroid] New build error, unable to build
Chris Erickson
chris at cartopac.com
Wed Mar 2 18:52:20 EST 2011
It is a portion of the xml. It isn't an open/close tag problem. It is
the elements with the binding: namespace that cause the problem.
On 3/2/11 3:16 PM, "Paul Camacho" <paul.camacho at gmx.de> wrote:
>Is this from Cut and Paste or are you missing the closing bracket on the
><TextView tag?
>
>
>
>Am 02.03.2011 um 22:56 schrieb Chris Erickson <chris at cartopac.com>:
>
>> That was it, although I think the syntax should be legal. Here it is:
>>
>> <?xml version="1.0" encoding="utf-8"?>
>> <LinearLayout
>> android:layout_width="fill_parent"
>> android:layout_height="fill_parent"
>> android:orientation="vertical"
>> xmlns:android="http://schemas.android.com/apk/res/android"
>>
>>xmlns:binding="http://schemas.android.com/apk/res/com.cartopac.android.bi
>>nd
>> ing"
>>>
>> <TextView
>> android:id="@+id/textDisplay"
>> android:layout_width="fill_parent"
>> android:layout_height="40px"
>> android:background="#ffffff"
>> android:text="TextView"
>> android:padding="5dip"
>> binding:text="TextDisplayBinding"
>>>
>> </TextView>
>>
>>
>>
>>
>> Note the binding namespace addition.
>>
>> Ideas on what could be causing this?
>>
>>
>>
>>
>> On 3/2/11 2:47 PM, "Paul Camacho" <paul.camacho at gmx.de> wrote:
>>
>>> Did you modify any XML files in the resource/layout folder since your
>>> last successful build? If so, go back and double check the syntax.
>>>
>>>
>>>
>>> Am 02.03.2011 um 22:41 schrieb Chris Erickson <chris at cartopac.com>:
>_______________________________________________
>Monodroid mailing list
>Monodroid at lists.ximian.com
>
>UNSUBSCRIBE INFORMATION:
>http://lists.ximian.com/mailman/listinfo/monodroid
More information about the Monodroid
mailing list