Android Studio: Gradle sync failed: Connection timed out: connect

后端 未结 15 2526
情话喂你
情话喂你 2020-12-06 04:28

My Android Studio was working fine till morning, but since tonight I get error saying \"Gradle sync failed: Connection timed out: connect. If you are behind an HTTP proxy, p

15条回答
  •  天命终不由人
    2020-12-06 05:01

    I solved it by executing cleanBuildCache in android studio

    open Gradle projects tab in the right top corner of android studio under build folder double click on cleanBuildCache and then run you project

提交回复
热议问题