返回顶部
首页 > 资讯 > 移动开发 >Using insecure protocols with repositories, without explicit opt-in, is unsupported.解决方案
  • 479
分享到

Using insecure protocols with repositories, without explicit opt-in, is unsupported.解决方案

gradleandroidandroidstudio 2023-09-23 20:09:06 479人浏览 八月长安
摘要

出现此错误的原因是因为使用了Http链接,gradle出于安全考虑必须使用https链接 第一种解决方案是可以加一行参数允许http链接 Maven { allowInsecureProtocol = true //这一行

出现此错误的原因是因为使用了Http链接,gradle出于安全考虑必须使用https链接

第一种解决方案是可以加一行参数允许http链接

Maven {    allowInsecureProtocol = true  //这一行            url 'xxxxxxx'      }

第二种方法是将url改为https://xxxxxx

常规出现这种问题的原因就这两种,还有一种配置文件会一层一层引用

android/app/build.gradle -> flutter-tools/flutter.gradle -> C:/Users/XXX/.gradle/init.gradle

其中某一个文件的gradle里出现了http,将其用上面两种问题修正即可解决 

来源地址:https://blog.csdn.net/qq_36532805/article/details/125118215

--结束END--

本文标题: Using insecure protocols with repositories, without explicit opt-in, is unsupported.解决方案

本文链接: https://lsjlt.com/news/416631.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作