Good afternoon, I have a problem when loading the layouts in my Android project.
In the header of "activity_main.xml" I have the following:
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/lib/com.nameproject"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.nameproject.MainActivity">
And he shows me this error:
Error:(65) No resource identifier found for attribute 'lay' in package 'android'
Any recommendations?