Android studio, configure gradle project takes forever

前端 未结 9 2258
滥情空心
滥情空心 2020-12-14 01:06

After changing the gradle build file to use gradle build tool 0.8.+,

classpath \'com.android.tools.build:gradle:0.8.+\'

my Android studio

9条回答
  •  轮回少年
    2020-12-14 01:30

    This could be anything, but in my case, it is due to an invalid HTTP proxy and some libraries can't be downloaded. In Settings-> HTTP Proxy, set to "None".

提交回复
热议问题