What is the meaning of this warning?
No label views point to this text field with an android:labelFor=\"@ id/@ id/editText1\" attribute
Select the editText, go to Properties, then Label for and enter @id/EditText1
Remove th first '@id/' , use like
android:id="@+id/editText1"
which is the correct format. Keep going.. Best wishes.. :)