老师 realm阿里云镜像无法引入
老师 realm阿里云镜像无法引入怎么解决
老师 realm阿里云镜像无法引入怎么解决
2019-06-17
buildscript {
repositories {
maven {
url'http://maven.aliyun.com/nexus/content/groups/public/'
}
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath "io.realm:realm-gradle-plugin:5.12.0"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
maven {
url'http://maven.aliyun.com/nexus/content/groups/public/'
}
repositories {
google()
jcenter()
}
}我是这样引用的,正常的,你对比看看是不是哪里路径写错了,比如说有空格
举报