How to use Legacy Apache in Eclipse in order to support Android M

后端 未结 1 598
广开言路
广开言路 2020-12-14 08:58

On Android M, Google has completely removed the support of Apache HTTP client.

This might also be the cause for so many apps crashing on Android M.

From the

相关标签:
1条回答
  • 2020-12-14 09:25

    Find org.apache.http.legacy.jar which is in Android/Sdk/platforms/android-23/optional, add it to your dependency.

    0 讨论(0)
提交回复
热议问题