Error:Failed to resolve: com.android.support.constraint:constraint-layout:1.0.2

能夠換個maven庫:maven

allprojects {    repositories {        jcenter()        //maven { url "https://jitpack.io" }        maven {            url 'https://maven.google.com'//改成此庫        }    }}
相關文章
相關標籤/搜索