这是从27版本后不允许使用http方式来请求 ,需要使用https 

解决办法:

加入一个开关即可

        android:usesCleartextTraffic="true"

 

android 报错 net::ERR_CLEARTEXT_NOT_PERMITTED

 

相关文章:

  • 2022-12-23
  • 2021-06-30
  • 2021-09-03
  • 2021-10-04
  • 2021-08-26
  • 2021-12-14
  • 2022-12-23
  • 2022-01-02
猜你喜欢
  • 2022-12-23
  • 2021-09-10
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案