Hi
I am getting the error "No resource found that matches the given name (at 'hint' with valu..."
at the link
http://developer.android.com/training/basics/firstapp/building-ui.html
at the line marked with **ERROR
<LinearLayout xmlns:android="
http://schemas.android.com/apk/res/android"
xmlns:tools="
http://schemas.android.com/tools"
android:layout_width="matc
h_parent"
android:layout_height="mat
ch_parent"
android:orientation="horiz
ontal"
android:paddingBottom="@di
men/activi
ty_vertica
l_margin"
android:paddingLeft="@dime
n/activity
_horizonta
l_margin"
android:paddingRight="@dim
en/activit
y_horizont
al_margin"
android:paddingTop="@dimen
/activity_
vertical_m
argin"
tools:context=".MainActivi
ty" >
<EditText android:id="@+id/edit_mess
age"
android:layout_width="wrap
_content"
android:layout_height="wra
p_content"
android:hint="@string/edit
_message" /> '**ERROR
</LinearLayout>