org.apache.http.legacy doesn't work on API 28

后端 未结 5 1028
执念已碎
执念已碎 2020-12-10 15:58

To begin with, I was using org.apache.http functions for a while now and error came when I tried to launch my app on API 28. It\'s working on API 26 and API 23, but suddenly

5条回答
  •  臣服心动
    2020-12-10 16:35

    I had the same problem. I resolved it by using HTTPS, instead of HTTP. Apparently, a secure connection is now required.

提交回复
热议问题