You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
android-libs/lib_media_selector
Zhanty 60d4aa0b20 Initial commit 5 years ago
..
src/main Initial commit 5 years ago
.gitignore Initial commit 5 years ago
README.md Initial commit 5 years ago
build.gradle Initial commit 5 years ago
proguard-rules.pro Initial commit 5 years ago

README.md

多媒体文件选择库

目前基于boxing修改

1 AndroidN 在 FileProvider 的 xm l配置中加入:

    <cache-path name="internal" path="boxing" />
    <external-path name="external" path="DCIM/bili/boxing" />

2 So库

                defaultConfig {
                       ......
                      ndk {//只打包armeabi架构的so库
                          abiFilters 'armeabi'
                      }
                }

3 其他备选参考