【问题标题】:Flutter plugin not installed; this adds Flutter specific functionality. #Android Studio not found at /path/to/android/studio未安装 Flutter 插件;这增加了 Flutter 特定的功能。 #Android Studio 未在 /path/to/android/studio 找到
【发布时间】:2020-08-16 04:16:55
【问题描述】:

【问题讨论】:

    标签: android flutter


    【解决方案1】:

    查看图片后https://i.stack.imgur.com/I38jR.png 我认为您的路径设置不正确。 为此,您应该运行命令

    flutter config --android-studio-dir <path of your android studio directoy>
    

    这里

    /usr/local/android-studio
    

    或者其他取决于您安装 android studio 的方式。 同样,对于 android studio SDK,您可以运行

    flutter config --android-sdk <path of your Android sdk directoy>
    

    附: 您可能面临的下一个错误很可能是插件。所以在配置路径后重新运行颤振医生。这个错误可以通过在android studio中安装插件来解决。

    【讨论】:

      猜你喜欢
      • 2019-11-26
      • 2021-05-29
      • 1970-01-01
      • 2021-01-29
      • 1970-01-01
      • 2021-01-28
      • 1970-01-01
      • 2019-01-15
      • 2021-01-31
      相关资源
      最近更新 更多