Skip to main content

Posts

Showing posts with the label gradle

Unity stuck on building gradle project

Many user facing this issue on unity. Recently i also faced this issue and tried to solve it. The main reason behind this long process is gradle is downloading repositories in background. Check your gradle version in the following directory. C:\users\\USERNAME\.gradle\wrapper\dists\ 1.Now download your gradele version from here https://services.gradle.org/distributions/ 2.and then past it here Please comment if any other solution worked for you. Thanks