Reputation: 23
Hi I download some project from GitHub, but when I import them , I receive error(downloading gradle). Project gradle is 2.2.0 , I download it and place in ".gradle/wrraper/dists" and I ticked offline gradle but I receive error again.
Upvotes: 1
Views: 88
Reputation: 4549
Click on File
-> New
-> Project from Version Control
-> Github
do this
The error does not belong to the Android Studio
or Github
but there is gradle
conflict of the version.
You would have to updated the Gradle
version depending on version you have.
Update: download git from here, You may also choose plugins
Upvotes: 1
Reputation: 1
First Open android studio -->Select File menu -->click on open -->pop new windows-->select project -->click ok -->finish
Upvotes: 0
Reputation: 912
Try import your project in android studio. Using project level build.gradle.
Like File --> Import Project --> (Open your project build.gradle file)
Upvotes: 0
Reputation: 21531
Simply Go to File -->open --> select the project you want to import--> finish
Upvotes: 0