Multiple annotations found at this line: - error: Error parsing XML: not well-formed (invalid token) - The value of attribute "android:text" associated with an element type "Button" must not contain the '<'
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="<"
android:id="@+id/button3"
android:layout_alignTop="@+id/button2"
android:layout_toRightOf="@+id/button2"
android:layout_toEndOf="@+id/button2" />
there is error is line:
android:text="<"