android -No resource found that matches the given name 'android:TextAppearance.Material.Inverse'
build.gradle(root)
删除android()
ext {
compileSdkVersion = 23
buildToolsVersion = "24.0.2" }
Error:Failed to complete Gradle execution. Cause: services.gradle.org
build.gradle(lib) android()中添加
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
本文介绍了解决在Android开发过程中遇到的'android:TextAppearance.Material.Inverse'资源未找到的问题。通过调整build.gradle文件中的配置,包括删除无效的android()调用、统一compileSdkVersion和buildToolsVersion的设置,确保Gradle构建过程正常执行。
1万+

被折叠的 条评论
为什么被折叠?



