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

Crash when running aFileChooser. #16

Closed fishnet37222 closed 11 years ago

fishnet37222 commented 11 years ago

Hello,

I get the exception and stack trace linked below whenever I run the aFileChooserExample project on my Nexus 7. I'm not sure why it's happening.

http://pastebin.com/CYFv4dV0

carlosnavas commented 11 years ago

Try this:

  1. Project -> Properties -> Order & Export and verify that "Android Private Libraries" is checked for both, library and android project.
  2. Clean all projects.
  3. Try again.
fishnet37222 commented 11 years ago

Thank you. That solved it.