[Monodroid] New build error, unable to build
Paul Camacho
paul.camacho at gmx.de
Wed Mar 2 17:16:22 EST 2011
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.bind
> 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>:
More information about the Monodroid
mailing list