Không thể giải quyết tài nguyên @id/visible
khi sử dụng TextInputLayout
trênappcompat-v7:25.x.x
Đã thử các bước dưới đây, nhưng sự cố vẫn tiếp diễn:
- Xây dựng lại dự án
- Dự án sạch và xây dựng lại
- Xóa bộ nhớ cache và khởi động lại Android Studio
Dưới đây là mã trong tệp bố cục.
<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"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/first_name"
android:inputType="textPersonName"/>
</android.support.design.widget.TextInputLayout>
Dưới đây là thông báo hiển thị trong Android Studio
Các vấn đề về kết xuất.
Không thể giải quyết tài nguyên
@id/visible
Mẹo: Cố gắng làm mới bố cục.
LƯU Ý: @id/visible
không có trong mã.
android:id="@id/visible"
View của bạn ở đâu?