Reputation: 81
https://github.com/chrisbatt/AndroidFastImageProcessing
I tried doing this but it does not create any gradle file and Manifest.
Upvotes: 0
Views: 195
Reputation: 385
The easiest way to do that is to use git outside of android studio: just clone the repository to your computer then in android studio use "open an existing Android studio project" this should create the gradle files for you.
Hope that helped you.
Upvotes: 2