Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Albert-F opened this issue Aug 3, 2022 · 2 comments
Open

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

Albert-F opened this issue Aug 3, 2022 · 2 comments

Comments

@Albert-F
Copy link

Albert-F commented Aug 3, 2022

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

@JarvanMo
Copy link
Member

JarvanMo commented Aug 3, 2022

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.

@Albert-F
Copy link
Author

Albert-F commented Aug 4, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants