Android Studio Gradle Build Error: Read Time Out

后端 未结 12 1678
太阳男子
太阳男子 2020-12-03 03:22

I have the latest Android Studio IDE installed on my Windows 10 laptop, and it was working fine until my windows operating system made a huge automatic update.

Now,

12条回答
  •  萌比男神i
    2020-12-03 03:25

    I just removed

    include ':app'

    from setting.gradle and then sync project

    it will fails again

    then write it back an re-sync and then error gone and will start downloading.

提交回复
热议问题