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

【DoKit生态场景】-引入Dokit后,coil无法加载图片,报错:CoilHook proxy #1158

Open
superoidlau opened this issue Feb 18, 2024 · 0 comments
Assignees

Comments

@superoidlau
Copy link

在Android设备上,当引入Dokit后,Coil无法正常从image url加载图片。

环境信息如下:

  • 手机:VIVO Y73T
  • Dokit版本:3.7.11
  • Gradle版本:7.5
  • AGP:7.4.2
dependencies{
  ...
  classpath("io.github.didi.dokit:dokitx-plugin:3.7.11")
  classpath("com.didiglobal.booster:booster-gradle-plugin:4.16.2")
}

// build.gradle.kts
debugImplementation(Depend.didi_dokitx)
debugImplementation(Depend.didi_dokitx_ft)
debugImplementation(Depend.didi_dokitx_mc)
debugImplementation(Depend.didi_dokitx_weex)
releaseImplementation(Depend.didi_dokitx_no_op)

logcat中日志如图:

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