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
集成经验:根据集成4步都已经集成完了,如果使用kotlin的兄弟别忘了在 app 里面的build.gradle 中添加kotlin的 dependencies { kapt 'com.github.bumptech.glide:compiler:4.11.0' }
The text was updated successfully, but these errors were encountered:
我也遇到了这个问题,Step 3照做了 也集成了com.github.bumptech.glide:compiler:4.12.0 也是kotlin
Sorry, something went wrong.
添加了还是1%
+1 还是卡在1%
release: androidx-7.0.5 主要解决了重定向的地址进度卡在1%问题,有问题可以再回复。
No branches or pull requests
集成经验:根据集成4步都已经集成完了,如果使用kotlin的兄弟别忘了在 app 里面的build.gradle 中添加kotlin的
dependencies {
kapt 'com.github.bumptech.glide:compiler:4.11.0'
}
The text was updated successfully, but these errors were encountered: