FinalTeam / RxGalleryFinal

图片选择库,单选/多选、拍照、裁剪、压缩,自定义。包括视频选择和录制。
https://github.com/FinalTeam/RxGalleryFinal
2.83k stars 513 forks source link

和Ucrop冲突 #24

Closed bravecat closed 7 years ago

bravecat commented 8 years ago

如果已经引入Ucrop,编译时出现如下错误: Multiple dex files define Lcom/yalantis/ucrop/view/TransformImageView

Tobecomebest commented 8 years ago

你是不是重复引用了?

bravecat commented 8 years ago

是的,已经引用了 compile 'com.yalantis:ucrop:2.1.2'。项目需要import类: https://github.com/Yalantis/uCrop/blob/master/ucrop/src/main/java/com/yalantis/ucrop/UCrop.java, 而本项目没有这个类,所以不好取消引用。

pengjianbo commented 8 years ago

嗷~,是会引起冲突。

sheep0704 commented 7 years ago

compile 'cn.finalteam.rxgalleryfinal:library:1.0.1'