Within my application I have an error in the graphical layout which shows up as:
error!
UnsupportedOperationException: Can't convert to dimension: 15
Exception details are logged in Window > Show View > Error LogThe following classes could not be found:
- TextView
When I run the application this works, but it shows the error in the graphical layout, does anyone know the cause of this.
It occurs when I put android:layout_marginTop="-3dip"
, if I dont use -
then this doesn't show.
Thanks