Mr.Mr
Mr.Mr

Reputation: 23

How to import projects to Android Studio?

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

Answers (4)

Pankaj Nimgade
Pankaj Nimgade

Reputation: 4549

Click on File -> New -> Project from Version Control -> Github

enter image description here

do this

enter image description here,

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

enter image description here

Upvotes: 1

GautamChovatiya
GautamChovatiya

Reputation: 1

First Open android studio -->Select File menu -->click on open -->pop new windows-->select project -->click ok -->finish

Upvotes: 0

Drup Desai
Drup Desai

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

Shailendra Madda
Shailendra Madda

Reputation: 21531

Simply Go to File -->open --> select the project you want to import--> finish

Upvotes: 0

Related Questions