Android-FilePicker
Android-FilePicker copied to clipboard
Photopicker and document picker for android
Can check here https://github.com/ticherhaz/Android-FilePicker `implementation 'com.github.ticherhaz:Android-FilePicker:1.3.0'`
Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Failed to transform filepicker-2.2.5.aar (com.droidninja:filepicker:2.2.5) to match attributes {artifactType=android-jni, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}. > Could not find filepicker-2.2.5.aar (com.droidninja:filepicker:2.2.5). Searched in...
With Android studio (Android Studio Electric Eel | 2022.1.1) Compilation error : A problem occurred configuring root project 'Android-FilePicker-master'. > Could not resolve all files for configuration ':classpath'. > Could...
Can check here: https://github.com/ticherhaz/Android-FilePicker/releases/tag/1.5.0 Usage: ``` dependencies { implementation 'com.github.ticherhaz:Android-FilePicker:1.5.0' } ```