flutter doctor --android-licenses 错误提示

执行 flutter doctor --android-licenses ,

提示 :

bash 复制代码
Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source! 'findstr' ڲⲿҲǿеij ļ Java version 17 or higher is required. To override this check set SKIP_JDK_VERSION_CHECK  

🧍‍♀️解决方法:

如提示中设置SKIP_JDK_VERSION_CHECK ,

在系统环境变量中,新建"SKIP_JDK_VERSION_CHECK"作为变量名,输入"true"作为变量值,然后点击"确定",重启命令行执行命令.

相关推荐
一航jason9 小时前
Android平台推理框架及试用场景模型对比
android·人工智能·ai·架构·ai编程·llama
一航jason9 小时前
Android 端侧大模型推理框架对比
android·人工智能·ai·ai编程·llama·ai-native
新时代牛马9 小时前
cyclictest 毛刺从哪来?从ftrace、latencytop、perf到IRQ/调度延迟定位
android·开发语言·python·kotlin
●VON9 小时前
Flutter 鸿蒙插件适配实战:用 clipboard_watcher 0.3.0 监听剪贴板变化
flutter·华为·harmonyos
光电的一只菜鸡11 小时前
为什么调整LSC会对AF产生影响
android·开发语言·kotlin
凛_Lin~~11 小时前
LiveData 源码解析
android·安卓·livedata
hai_android12 小时前
FusibleFlow:Kotlin Flow 的融合机制原理
android·kotlin
龚寿生12 小时前
23-敏捷开发实战:从Scrum到看板的团队协作方法论
android·学习·scrum·敏捷流程
天空之城--12 小时前
Flutter Drift 完全指南:从原理到实战
jvm·flutter·oracle
zhangguojia713 小时前
Activity启动流程(四):从setContentView到View树创建与Window挂载
android