美文网首页
flutter doctor 报错

flutter doctor 报错

作者: mayuee | 来源:发表于2022-09-07 02:35 被阅读0次
    一、 Android Studio (version 2021.2) ✗ Unable to find bundled Java version.

    解决
    (1)如果 /Applications/Android Studio.app/Contents/jre 下没有 jdk 文件夹,创建一个文件夹。
    将 /Applications/Android Studio.app/Contents/jre/Contents 整个拷贝到jdk下一份。
    (2)重启终端,重新执行:flutter doctor

    二、 ! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses

    解决:根据提示在终端执行 :flutter doctor --android-licenses
    一直 y 同意,解决

    相关文章

      网友评论

          本文标题:flutter doctor 报错

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