Android Studio:styles.xml中未解决的符号“主题”

时间:2018-08-07 15:36:43

标签: android android-studio android-studio-3.0

我无法在Android Studio中在styles.xml中引发有关未解析符号“主题”的错误。我在定义了我的AppBaseTheme的地方抛出了错误。

<style name="AppBaseTheme" parent="Theme.AppCompat.NoActionBar">

这仅在我从com.android.tools.build:gradle:3.1.3升级到3.1.4后才开始。如果我恢复到3.1.3,它可以工作,但是它抱怨并说我应该升级到3.1.4。

这个作品...

  

classpath'com.android.tools.build:gradle:3.1.3'

这不起作用

  

classpath'com.android.tools.build:gradle:3.1.4'

我该怎么办?我尝试过重启,执行无效缓存和重启等操作。

1 个答案:

答案 0 :(得分:1)

您是否尝试更新compileSDK版本?根据这篇文章,原因可能既在compileSDK中,也可能是库不在sync中,甚至您必须取消.idea或未设置的Google repository