I have a problem with this xml file as said in the title. I dont know how to solve the problem as i have already searched a lot and only found answers like use clean or change validation of this type to ignore none of the above worked as i want to clear this problem so that my R will be generet in the gen folder.
Hope someone can see the problem soon as this is my examprojekt im working on and cant get further without solving this error :)
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".Dekrypter" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="@string/hello_world" />
</RelativeLayout>