#android #android_studio
Пишу приложение. Компилируется, работает. Но в файле styles.xml студия подчеркивает Theme с описанием ошибки: Validates resource references inside Android XML files. Пробовал что советовали тут - не помогло. Версия: Android Studio 3.1.2. В файле build.gradle так: dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'com.android.support:appcompat-v7:26.1.0' implementation 'com.android.support.constraint:constraint-layout:1.1.0' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' Как исправить ошибку?
Ответы
Ответ 1
Click File > Close Project Reopen the project from Studio's dialog.Ответ 2
Мне помогло удалить содержимое папки .idea/libraries, после чего Rebuild Project
Комментариев нет:
Отправить комментарий