Gradle Sync failed: Premature end of Content-length delimited message body (Expected: 27633912;received : 12844960)

懵懂的女人 提交于 2020-03-22 09:29:41

问题


I have installed Android Studio 3.1.4 and the Gradle (Version 4.4) is not synchronizing; it says:

Gradle Sync failed: Premature end of Content-length delimited message body (Expected: 27633912;received : 12844960)

Build.Gradle


回答1:


This was happening because of "unstable" internet connection. I used a stable connection and gradle synchronized successfully.



来源:https://stackoverflow.com/questions/51980686/gradle-sync-failed-premature-end-of-content-length-delimited-message-body-expe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!