iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 850 forks source link

android-support-v4.jar conflicts with Android Support Libraries #28

Closed garysheppardjr closed 10 years ago

garysheppardjr commented 10 years ago

If I use aFileChooser in the same project with one of the Android Support Libraries, I get a JAR conflict between android-support-v4.jar in aFileChooser and android-support-v4.jar in the Android Support Libraries. This issue is documented on Stack Overflow.

A possible solution is to replace aFileChooser's android-support-v4.jar with the one from the Android Support Libraries.