smuyyh / ImageSelector

:foggy: Android 图片选择器。充分自由定制,极大程度简化使用,支持图库多选/图片预览/单选/照片裁剪/拍照/自定义图片加载方式/自定义色调/沉浸式状态栏
http://blog.csdn.net/yyh352091626/article/details/52154583
Apache License 2.0
1.6k stars 254 forks source link

依旧Failed resolution of: Lcom/yuyh/easyadapter/recyclerview/EasyRVAdapter; #202

Closed mos1128 closed 1 year ago

mos1128 commented 1 year ago

调起相册的时候提示 Caused by: java.lang.ClassNotFoundException: Didn't find class "com.yuyh.easyadapter.recyclerview.EasyRVAdapter" on path: DexPathList[[zip file "/data/app/com.icb59c46486cd8b81-1/base.apk"],nativeLibraryDirectories=[/data/app/com.icb59c46486cd8b81-1/lib/x86, /data/app/com.icb59c46486cd8b81-1/base.apk!/lib/x86, /system/lib, /vendor/lib]] 查看到库中有一句import com.yuyh.easyadapter.recyclerview.EasyRVAdapter; 请问是还需要导其他包吗

smuyyh commented 1 year ago

你是 implementation 依赖? 那加下这个:implementation 'com.github.smuyyh:EasyAdapter:1.3.0'