Couldn't resolve resource @id/visible when using TextInputLayout
问题 Couldn't resolve resource @id/visible when using TextInputLayout on appcompat-v7:25.x.x Tried these steps below, but the problem is still persist: Rebuild Project Clean and Rebuild Project Clear Cache and Restart Android Studio Below is the code in the layout file. <android.support.design.widget.TextInputLayout android:id="@+id/tilFirstName" android:layout_width="match_parent" android:layout_height="wrap_content"> <android.support.design.widget.TextInputEditText android:id="@+id/etFirstName"