Error:Unknown host 'jcenter.bintray.com'.

后端 未结 8 1824
囚心锁ツ
囚心锁ツ 2020-12-14 23:22

Error:Unknown host \'This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server\'.

8条回答
  •  离开以前
    2020-12-14 23:59

    First, I shut down my proxy, but it doesn't work.

    Then I just try again and again, and add the code below in build.gradle

    
        repositories {
            google()
            jcenter()
            mavenCentral()
    
        }
    
    

提交回复
热议问题