2

Filepicker just asks to drop in the library (which is on github) in the project and call up the activities, but the library itself contains a Manifest file and its own resource files!!

I am using AndroidStudio. How should I go about including this in my project?

1 Answers1

2

For Android library projects it is totally fine to contain manifest file and resources (check it out at developers portal).

To see how it works, you can download and run the sample app)

And finally, to add it to your own app follow the filepicker's README.

Cheers,