# 多媒体文件选择库
目前基于boxing修改
## 1 AndroidN 在 FileProvider 的 xm l配置中加入:
```
```
## 2 So库
```
defaultConfig {
......
ndk {//只打包armeabi架构的so库
abiFilters 'armeabi'
}
}
```
## 3 其他备选参考
- [boxing](https://github.com/Bilibili/boxing)
- [Matisse](https://github.com/zhihu/Matisse)
- [ImagePicker](https://github.com/jeasonlzy/ImagePicker)
- [PictureSelector](https://github.com/LuckSiege/PictureSelector)
- [Album](https://github.com/yanzhenjie/Album)
- [uCrop](https://github.com/Yalantis/uCrop)
- [smartCropper](https://github.com/pqpo/SmartCropper)
- [simpleCropper](https:github.com/igreenwood/SimpleCropView)