实质主题有效但未被认可?

时间:2018-08-09 11:48:37

标签: android

有人知道为什么会这样吗?在我的样式文件夹中,好像无法识别主题:

enter image description here

但是,该应用程序可以编译并正常运行。但是我无法摆脱这件事。我尝试了使缓存无效并重新启动,但还是没有。有任何想法吗?这是我在build.gradle文件中的依赖项。...

implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
implementation 'com.android.support:support-v4:27.1.1'
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'
implementation files('libs/YouTubeAndroidPlayerApi.jar')

1 个答案:

答案 0 :(得分:2)

这绝对是最新IDE中的错误。如果从Studio的对话框窗口中重新打开同一项目,则此问题将消失。 @ΕυάγγελοςΜπίλης在这里找到的答案:Answer