We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,我这边有个问题,我的flutter工程依赖的rammus: [1.0.0],之前编译一直都是ok的。最近编译的时候发现找不到依赖包。android/build.gradle 中jcenter()改成mavenCenter()不起作用。
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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. my android/build.gradle
No branches or pull requests
你好,我这边有个问题,我的flutter工程依赖的rammus: [1.0.0],之前编译一直都是ok的。最近编译的时候发现找不到依赖包。android/build.gradle 中jcenter()改成mavenCenter()不起作用。
The text was updated successfully, but these errors were encountered: