-1

I was running my projects in android studio latest version 2.2, but my gradle was in 2.1 and I was getting an error shown below. Please help me in solving this

Error:Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-2.2-all.zip'.
Jimit Patel
  • 4,265
  • 2
  • 34
  • 58
origin
  • 120
  • 2
  • 8
  • Why do you think someone gonna download 55 mb zip file to solve your problem? Please post what's the error are you getting in logcat. – Kunu Jul 16 '16 at 10:29
  • Have you tried anything serach in SO, see this link you have to try some solutions http://stackoverflow.com/questions/16585869/android-studio-error-installing-gradle – Hanuman Jul 16 '16 at 10:32
  • @Kunu, it's not for download, that message is what being displayed on his message screen – Jimit Patel Jul 16 '16 at 10:32

1 Answers1

0

First check your Internet conection..

or try with

Tools -> Android -> Sync

or Try

File -> Settings -> Gradle -> Check Offline Work

You can found your anser here below link Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-2.1-all.zip'

Community
  • 1
  • 1
Jitendra
  • 3,608
  • 2
  • 17
  • 19