Error:(56, 18) 错误: com.newCallblack.callshow.util.DownloadUtil cannot be provided without an @Inject

高子歌

关注

阅读 33

2023-06-03

Error:(56, 18) 错误: com.newCallblack.callshow.util.DownloadUtil cannot be provided without an @Inject constructor or from an @Provides-annotated method.
com.newCallblack.callshow.util.DownloadUtil is provided at\

com.imobi.callblocker.dagger.component.ApplicationComponent.downloadManager()


仔细看看你的报错文件,错误其实很明显,就我这个错误是由于DownloadUtil 没提供注解,应该在Apimodule进行注解,在提供出去就行了。

精彩评论(0)

0 0 举报