我在导入项目的时候遇到过Error:Could not download httpclient
androidstudio吧
全部回复
仅看楼主
level 1
七岁小喵 楼主
Error:Could not download httpclient.jar (org.apache.httpcomponents:httpclient:4.2.1): No cached version available for offline mode
请问大家有没有遇到过类似问题
2015年07月20日 09点07分 1
level 1
我今天也遇到了,请问楼主解决了吗?
2015年12月25日 14点12分 2
level 1
怎么解决?
2016年02月15日 14点02分 3
你用的是6.0还是5.0开发? 6.0中httpclient 不能使用了。 如果你非要用的话,需要在build.gradle 文件中声明一下。
2016年02月18日 12点02分
@广行天下带小月 难怪 ,谢谢了,被淘汰了
2016年02月18日 14点02分
@dkjone 我也遇到这问题 跪求解决方案
2016年04月03日 15点04分
求解决方案!!!
2017年05月23日 09点05分
level 1
具体点 是怎么处理的 我声明了还是 没有解决
2016年03月25日 15点03分 4
我也遇到这问题 跪求解决方案
2016年04月03日 15点04分
level 1
我也遇到同样的问题,请问楼主解决了吗?
2016年04月08日 00点04分 10
level 1
我也遇到了,同求!
2017年05月23日 09点05分 11
level 3
我把主目录的build.grade里面的
classpath 'com.android.tools.build:gradle:3.3.0'
改成
classpath 'com.android.tools.build:gradle:3.5.0'
就ok了
2020年09月01日 10点09分 12
1