Last_Crypto
Last_Crypto

Reputation: 81

I am unable to import an android project in android studio from git

https://github.com/chrisbatt/AndroidFastImageProcessing

I tried doing this but it does not create any gradle file and Manifest.

Upvotes: 0

Views: 195

Answers (1)

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

Related Questions