有人知道为什么会这样吗?在我的样式文件夹中,好像无法识别主题:
但是,该应用程序可以编译并正常运行。但是我无法摆脱这件事。我尝试了使缓存无效并重新启动,但还是没有。有任何想法吗?这是我在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')