Today I am/was into my first real example project an was editing the row.xml
I typed:-
android:layout_width=80px"
An error was flagged about Layout_width expecting "something" up so I corrected the line
to
android:layout_width="80px"
I cannot get the error message to clear. I have reset/cleaned the project many times
am I missing something??
I know it might be a simple thing I'm missing but Any help would be appreciated.
I am on Eclipse Platform Version: 3.4.2 Build id: M20090211-1700
android-sdk-windows-1.5_r1
and redownloaded the ADT Plugin last night