Android peer not authenticated

后端 未结 7 539
轻奢々
轻奢々 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:34

    I tried with all the above solutions didn't work, this once helped me lot with latest studio 2.2 preview 7. Make the changes in build.gradle of root project:

        allprojects {
        repositories {
            jcenter {
                url "http://jcenter.bintray.com/"    
                    }
    
           }
    }
    

提交回复
热议问题