# Binding in Android error

**URL:** https://forums.fusetools.com/t/binding-in-android-error/3177
**Category:** Bug Reports
**Created:** [January 5, 2016, 4:11pm UTC](https://forums.fusetools.com/t/binding-in-android-error/3177 "2016-01-05T16:11:31Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Juanlu](https://avatars.discourse-cdn.com/v4/letter/j/47e85d/32.png) [@Juanlu](https://forums.fusetools.com/u/Juanlu)
#### Post date: [January 5, 2016, 4:11pm UTC](https://forums.fusetools.com/t/binding-in-android-error/3177/1 "2016-01-05T16:11:31Z")

</div>

```auto
var example = Observable("");

```

```auto
    <Panel ux:Class="Example" Name="self">
        <string ux:Property="Value" ux:Value="" />
        <TextEdit Value="{Property self.Value}" />
    </Panel>

```

```auto
<Example Value="{example}" />

```

In local preview I had no problem, but in Android I got this error:

ERROR: Object reference was null Uno.NullReferenceException occured.

---

<div class="post-metadata">

### Author: ![Vegard\_Strand\_Lende](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/vegard_strand_lende/32/349_2.png) [@Vegard\_Strand\_Lende](https://forums.fusetools.com/u/Vegard_Strand_Lende)
#### Post date: [January 5, 2016, 4:47pm UTC](https://forums.fusetools.com/t/binding-in-android-error/3177/2 "2016-01-05T16:47:43Z")

</div>

Hi!

Thanks for reporting, I have filed a ticket for this issue 🙂 This code works if you compile for Android, so `uno build -t=android -r` should work for you if you need a workaround in the meantime
