When I create a new project I finish the steps and click on \"finish\" and wait for the project to open. But instead I see an error:
Android Studio error installing Gradle
Your situation may be like this one. Just redownload the right gradle-1.x.zip, and replace the bad one on ~/.gradle/wrapper/dists/gradle-1.x/[hash code]/
and the restart the android-studio
Note: ~/.gradle/
is where the directory may be found on unixoid operating systems (e.g. Linux, OS X, ...). On Windows it's typically at C:/Users/[NAME]/.gradle/
.