Tin Aung Lin
Tin Aung Lin

Reputation: 234

Gradle Error while creating new project with Android Studio

I just installed Google Android Studio which is introduced in Google IO 2013 and going to crate new Android Project with proper dependencies.

But after pressing finish , I got a pop-up where GoogleAndroidStudio downloading Gradle to automate the build. Got error downloading Gradle and want to know how to install/Config Gradle manually , or else another way to use GAS better , please .

enter image description here

Upvotes: 9

Views: 10626

Answers (2)

Elshan
Elshan

Reputation: 7683

Check your internet connection.that's all.When first time starting the new project, that error occurred for me.

Upvotes: 1

edoardotognoni
edoardotognoni

Reputation: 2752

You can install Gradle from the official link: http://www.gradle.org/downloads

And then you set the unpacked zip as Gradle home when you're importing your project

Upvotes: 1

Related Questions