I\'ve just updated Android Studio and I can\'t sync my project anymore.
The event log reports:
Gradle sync failed: /Applications/Android Studio.app/Conte
check your .bash_profile file and make sure your GRADLE_HOME points to a valid path, if things were working and you face this issue after android studio update, chances are your gradle got updated too. Here is the example of my gradle home in .bash_profile: export GRADLE_HOME=/Applications/Android\ Studio.app/Contents/gradle/gradle-2.14.1/bin
For me helped to set chmod on the .gradle directory to 777. After this whole Android studio started working correctly.