Common problems with Android Studio importing projects

android -No resource found that matches the given name 'android:TextAppearance.Material.Inverse'

 

build.gradle(root)

remove android()

 

ext {

compileSdkVersion = 23

buildToolsVersion = "24.0.2" }

 

Error:Failed to complete Gradle execution. Cause: services.gradle.org

 

Add in build.gradle(lib) android()

 

compileSdkVersion rootProject.ext.compileSdkVersion

buildToolsVersion rootProject.ext.buildToolsVersion

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326662675&siteId=291194637