Flutter Doctor - 无法确定是否安装了 IntelliJ

问题描述

Flutter Doctor - 无法确定是否安装了 IntelliJ

我曾尝试在 Mac OSX 上安装 Flutter 2.2,但 Flutter doctor 向 IntelliJ 抛出错误。我已经在我的 MAC OSX 上安装了 IntelliJ IDEA CE。

我遵循了以下文档,但没有确认它正在搜索 IntelliJ 的文件夹的日志。 Reference Manual

(base) Thomass-MacBook-Pro:JLPT thomasvimaleasok$ Flutter doctor -v
[✓] Flutter (Channel stable,2.2.0,on macOS 11.1 20C69 darwin-x64,locale
    en-IN)
    • Flutter version 2.2.0 at
      /Users/thomasvimaleasok/Projects/Flutterapps/Flutter
    • Framework revision b22742018b (4 days ago),2021-05-14 19:12:57 -0700
    • Engine revision a9d88a4d18
    • Dart version 2.13.0

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
    • Android SDK at /Users/thomasvimaleasok/Library/Android/sdk
    • Platform android-30,build-tools 30.0.2
    • Java binary at: /Applications/Android
      Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build
      1.8.0_242-release-1644-b3-6222593)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.4,Build version 12D4e
    • CocoaPods version 1.10.1

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 4.0)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      ? https://plugins.jetbrains.com/plugin/9212-Flutter
    • Dart plugin can be installed from:
      ? https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build
      1.8.0_242-release-1644-b3-6222593)

[✗] Cannot determine if IntelliJ is installed
    ✗ Directory listing Failed

[✓] VS Code (version 1.54.1)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension can be installed from:
      ? https://marketplace.visualstudio.com/items?itemName=Dart-Code.Flutter

[✓] Connected device (1 available)
    • Chrome (web) • chrome • web-javascript • Google Chrome 90.0.4430.212

! Doctor found issues in 1 category.

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...