Problem Description:
After creating the good one Android project, Android Studio stays on building [project Name] Gradle Project Info screen for a long time.
Reason:
At this time, Android Studio is downloading the Gradle-x.xx-all.zip file, but the download process is often interrupted, resulting in a repeat (no support for the continuation of the breakpoint? )。
Workaround:
1. First view Gradle version, path: c:\users\[User name]\.gradle\wrapper\dists\gradle-x.xx-all
2. Then go to gradle website to download the corresponding Gradle-x.xx-all.zip file (zip format)
3. Close Android Studio (can be forcibly closed via task Manager)
4. Store the downloaded Gradle-x.xx-all.zip file to: C:\Users\ user name \.gradle\wrapper\dists\gradle-x.xx-all\[A long string of random strings]\ Gradle-x.xx-all.zip
5. Re-open Android studio to
Windows Android Studio for a long time stay in building "project Name" Gradle Project Info Screen Solution