Android Studio升到2.3后出现问题

Error:Server sent an unsupported extension: type_35

Error:A problem occurred configuring root project 'vsapp2-1'.

Could not resolve all dependencies for configuration ':classpath'.
Could not resolve org.greenrobot:greendao-gradle-plugin:3.2.0.
Required by:
project :
> Could not resolve org.greenrobot:greendao-gradle-plugin:3.2.0.
> Could not get resource 'https://jcenter.bintray.com/org/greenrobot/greendao-gradle-plugin/3.2.0/greendao-gradle-plugin-3.2.0.pom'.
> Could not HEAD 'https://jcenter.bintray.com/org/greenrobot/greendao-gradle-plugin/3.2.0/greendao-gradle-plugin-3.2.0.pom'.
> Server sent an unsupported extension: type_35
Could not resolve com.tencent.bugly:tinker-support:1.0.8.
Required by:
project :
> Could not resolve com.tencent.bugly:tinker-support:1.0.8.
> Could not get resource 'https://jcenter.bintray.com/com/tencent/bugly/tinker-support/1.0.8/tinker-support-1.0.8.pom'.
> Could not HEAD 'https://jcenter.bintray.com/com/tencent/bugly/tinker-support/1.0.8/tinker-support-1.0.8.pom'.
> Server sent an unsupported extension: type_35

主要还是你的网络问题,不能下载远程的依赖
http://blog.csdn.net/qq245498365/article/details/53838587

我这样修改了。还是不行