+ 1
What is the "gradle synch" error in Android studio ??
2 Answers
+ 8
The synchronization mostly fails because of the broken Gradle. You can resolve this issue by downloading the latest version and replacing the older versions' folder with it.
You can get the steps here,
http://dumbitdude.com/gradle-project-sync-failed-error/
+ 1
thanks a lot