为了账号安全,请及时绑定邮箱和手机立即绑定

老师 realm阿里云镜像无法引入

老师 realm阿里云镜像无法引入怎么解决

正在回答

1 回答

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()
    }
}

我是这样引用的,正常的,你对比看看是不是哪里路径写错了,比如说有空格

1 回复 有任何疑惑可以回复我~
#1

圈圈不是圆圆的圈 提问者

谢谢啦,连好了
2019-06-21 回复 有任何疑惑可以回复我~
#2

196sn

我的还是引用不了,该怎么办呢
2021-12-20 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

老师 realm阿里云镜像无法引入

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信