Java – Android studio 2.3 error: “gradle sync failed: Reason: services. Gradle. Org”
After opening a new project in Android studio 2.3, I receive an error, such as:
Google search just gave me a log file on the problem tracking page. I tried to uninstall / reinstall. I'm not an agent. I've set:
Use default gradle wrapper
Restarting gradle synchronization will stop
I can't find any solution to this problem. I run Android studio with JRE 1.8.0 on Windows 8.1
resolvent:
I guess it can help you https://gradle.org/install
//For manual installation to gain access to gradle distribution
HTTPS; // gradle.org/release
pace
1 download cradle
2. Unzip the package
3 create a new folder in drive C and name it gradle
4 put the extracted package into the folder you created
5 now set the path of gradle in Android studio to the folder just created
6 add the path of gradle to system variables
7 computer, right click > Properties > Advanced System Settings > environment variables > system variables. Path > Edit
I hope it helps