一、Error:The android gradle plugin version 2.4.0-alpha7 is too old,please update to the latest version.
在命令界面输入命令:setx ANDROID_DAILY_OVERRIDE “a151637df19e9dbfff417b406bc6cf9cbcb8a8f6”
重启Android studio
二、Error:Failed to resolve xxxxx
在 app 的build.gradle 中加入
repositories {
maven {url"https://jitpack.io"}
}
如图
网友评论