flutter macos Unable to find bundled Java version.

129 阅读1分钟

flutter macos jdk问题

image.png

原因:android studio 文件目录jre被移除,变成jbr,导致文件无法找到。 解决方法:在应用程序中找到android studio,显示包内容,在Contents目录下打开终端窗口,运行:ln -s jbr jre,即可生成jre目录,重新运行 flutter doctor查看是否解决。