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

Android build error #321

Open
jiasongs opened this issue Oct 20, 2018 · 3 comments
Open

Android build error #321

jiasongs opened this issue Oct 20, 2018 · 3 comments

Comments

@jiasongs
Copy link

Android dependency 'com.github.bumptech.glide:glide' has different version for the compile (4.5.0) and runtime (4.7.1) classpath. You should manually set the same version via DependencyResolution

@XHTeng
Copy link

XHTeng commented Oct 25, 2018

same

@XHTeng
Copy link

XHTeng commented Oct 25, 2018

Android dependency 'com.github.bumptech.glide:glide' has different version for the compile (4.5.0) and runtime (4.7.1) classpath. You should manually set the same version via DependencyResolution

You can read it , it work for me ! flutter/flutter#14020 (comment)

@NikiLee2016
Copy link

找到原因了, 进入fast-image库的build.gradle, 找到line57, 将implementation改为compile, 编译就没问题了
image
所以如果你坚持想使用47版本glide, 你可以把fast-image fork一份
I don't know WTF is going on with Glide or Gradle...

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

3 participants