问题
This is the first time i installed android studio in my pc, but i have issue that the android studio is stuck at download fastutil-7.2.0.jar . Its been hour, but still not change. My pc also connect with internet. I already restart the software but still same. Help me with this. Help
回答1:
I think google gradle repo has an error now.
- Open your project build.gradle
- Add
mavenCentral()
to top of repositories
build.gradle
repositories {
mavenCentral()
jcenter()
google()
}
来源:https://stackoverflow.com/questions/61301398/android-studio-gradle-stuck-at-fastutil-7-2-0-jar