LZH

Results 11 issues of LZH

Combining with the Glide

单个功能介绍的比较详细,但如何使用到项目中让新手懵圈,整个运用流程感觉不够通俗易通

### 具体报错信息: >java.lang.RuntimeException: Unable to get provider com.qiyi.lens.ui.database.LensProvider: java.lang.ClassNotFoundException: Didn't find class "com.qiyi.lens.ui.database.LensProvider" on path: DexPathList[[zip file "/data/app/ ### 引入方式: ``` dependencies { debugImplementation 'com.iqiyi.lens:lens:1.2.3' releaseImplementation 'com.iqiyi.lens:lens-no-op:1.2.3' } ``` ###...