API 23 找不到 org.apache.http.HttpResponse;

 
  

使用的 target sdk是23,

会发现:import org.apache.http.HttpResponse; 

这些都报错了。

 

解决方法:

请在build.gradle加入

 

android{ useLibrary ‘org.apache.http.legacy‘ }

你可能感兴趣的:(android)