android could not resolve

Because of the wall

allprojects {
    repositories {
        google()
        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
//        maven { url 'https://jitpack.io' }
        jcenter()
        maven { url "https://jitpack.io" }
    }
}

Sometimes a cloud Ali's difficult to use, plus the jitpack.io

Published 310 original articles · won praise 69 · Views 460,000 +

Guess you like

Origin blog.csdn.net/nimeghbia/article/details/103616928