找不到org.apache.http.annotation.ThreadSafe的类文件
androidstudio吧
全部回复
仅看楼主
level 1
天蝎vb789 楼主
错误: 无法访问ThreadSafe
找不到org.apache.http.annotation.ThreadSafe的类文件
1 个错误
1 个警告
:compileDebugJavaWithJavac FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
2016年09月20日 07点09分 1
level 1
同样问题,解决了么
2017年01月11日 09点01分 2
level 1
Error:java: 无法访问org.apache.http.annotation.ThreadSafe
找不到org.apache.http.annotation.ThreadSafe的类文件
等待解决
2017年03月03日 10点03分 3
level 1
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.3.2</version>
</dependency> 添加此依赖
2017年08月18日 06点08分 4
有用
2017年10月23日 03点10分
对,要引入絯心包
2018年04月22日 03点04分
1