美文网首页
Android:err_cleartext_not_permit

Android:err_cleartext_not_permit

作者: 愤怒的阿昆达 | 来源:发表于2019-11-01 11:56 被阅读0次

    参考原文:https://www.jianshu.com/p/6b9ea90eb3c1

    原因:

    Android9.0对未加密的流量不在信任,添加了新的限制

    解决:

    在AndroidManifest.xml中的application上增加:

     android:usesCleartextTraffic="true"
    
    image.png
    image.png

    相关文章

      网友评论

          本文标题:Android:err_cleartext_not_permit

          本文链接:https://www.haomeiwen.com/subject/ewsfbctx.html