AndroidStudio出现的问题总结

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/chaoyangsun/article/details/83241915

1、AndroidStudio出现Read Timed out
去项目外层的build.gradle中 repositories添加

mavenCentral()
maven { url 'https://maven.google.com' }

如图:
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/chaoyangsun/article/details/83241915