android----解决Read timed out的办法

Posted littemelon

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android----解决Read timed out的办法相关的知识,希望对你有一定的参考价值。

    最近在学习android数据库,当总是出现Read timed out的错误,重新运行,重启android studio,重启电脑都不行。然后上网查资料找到解决问题。

  在里添加如下代码:

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

 

   要在两处添加

   1:在buildscript里的repositories里添加(如下)。

  

 

 

 

    2:在allprojects的repositories里添加(如下):

  

 

 

  !!!!重点:一定要加在jcenter()之前。否则不管用。

  

以上是关于android----解决Read timed out的办法的主要内容,如果未能解决你的问题,请参考以下文章

socket read timed out 怎么解决

nGrinder-Read time out 错误原因及解决方法

怎么解决http请求超时,read time out

[已解决]pip安装包时报错:Read time out

Feign调用时读取超时(Read timed out executing GET)解决方法

CloseableHttpClient报java.net.SocketTimeoutException: Read timed out的解决方法