Android studio gradle stuck at Fastutil.7.2.0.jar

99封情书 提交于 2020-06-28 05:19:09

问题


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.

  1. Open your project build.gradle
  2. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!