Android peer not authenticated

后端 未结 7 514
轻奢々
轻奢々 2020-12-14 23:03

Everything has been working, only today i started to get an error message, and i can\'t even \"Sync Project with Gradle files\" from Android Studio. The only thing i have ch

相关标签:
7条回答
  • 2020-12-14 23:35

    Temporary solution

    Add this to build.gradle

    repositories {
        mavenLocal()
        maven {
            name "jcenter"
            url "http://jcenter.bintray.com/"
        }
    }
    
    0 讨论(0)
提交回复
热议问题