rammus icon indicating copy to clipboard operation
rammus copied to clipboard

Could not resolve com.aliyun.ams:alicloud-android-push:3.1.6

Open Albert-F opened this issue 3 years ago • 2 comments

你好,我这边有个问题,我的flutter工程依赖的rammus: [1.0.0],之前编译一直都是ok的。最近编译的时候发现找不到依赖包。android/build.gradle 中jcenter()改成mavenCenter()不起作用。 image

Albert-F avatar Aug 03 '22 09:08 Albert-F

I don't know what's wrong but you can add

        maven {
            url 'https://maven.aliyun.com/nexus/content/repositories/releases/'
        }

to your anroid project.

JarvanMo avatar Aug 03 '22 13:08 JarvanMo

I don't know what's wrong but you can add

        maven {
            url 'https://maven.aliyun.com/nexus/content/repositories/releases/'
        }

to your anroid project.

I add this to my project,but it's doesn't work and report a new error. image my android/build.gradle image

Albert-F avatar Aug 04 '22 05:08 Albert-F