热更新报错信息:'Fail to download manifest file, hot update skipped.'  not permitted by network security policy

android 限制了明文的网络请求,非加密的请求会被禁止掉。

解决方式:

  1. network-security-config.xml
    <?xml version="1.0" encoding="utf-8"?>
    <network-security-config>
        <base-config cleartextTrafficPermitted="true" />
     
    </network-security-config>

     

  2. http 改为https

  3.  

Logo

北京人形旗下天工造物具身智能开源社区,聚焦具身天工与慧思开物两大平台

更多推荐