IDE “Cannot Resolve @style/Theme.Appcompat” when using v7 compatibility support theme

后端 未结 13 668
北恋
北恋 2020-12-14 06:02

This is not really a huge issue, as my project still builds and runs correctly (using gradle), but I\'m having trouble getting Android Studio to recognize the application co

13条回答
  •  不知归路
    2020-12-14 06:46

    Downgrading build:gradle version 2.3.3 to 2.2.3 worked after struggling for hours!

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

    gradle-wrapper.properties:

    distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
    

提交回复
热议问题