8

我面临安装问题。当我运行颤振医生时,我得到以下信息

[✓] Flutter (Channel beta, v0.4.4, on Mac OS X 10.11.6 15G19009, locale en)
    • Flutter version 0.4.4 at /Users/divyakrishnan/Development/flutter
    • Framework revision f9bb4289e9 (11 days ago), 2018-05-11 21:44:54 -0700
    • Engine revision 06afdfe54e
    • Dart version 2.0.0-dev.54.0.flutter-46ab040e58

[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
    • Android SDK at /Users/divyakrishnan/Library/Android/sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-27, build-tools 27.0.3
    • Java binary at: /Applications/Android Studio 3.0 Preview.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b01)
    • All Android licenses accepted.

[!] iOS toolchain - develop for iOS devices
    ✗ Xcode installation is incomplete; a full installation is necessary for iOS development.
      Download at: https://developer.apple.com/xcode/download/
      Or install Xcode via the App Store.
      Once installed, run:
        sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
    ✗ libimobiledevice and ideviceinstaller are not installed. To install, run:
        brew install --HEAD libimobiledevice
        brew install ideviceinstaller
    ✗ ios-deploy not installed. To install:
        brew install ios-deploy
    ✗ CocoaPods not installed.
        CocoaPods is used to retrieve the iOS platform side's plugin code that responds to your plugin usage on the Dart side.
        Without resolving iOS dependencies with CocoaPods, plugins will not work on iOS.
        For more info, see https://flutter.io/platform-plugins
      To install:
        brew install cocoapods
        pod setup

[✓] Android Studio
    • Android Studio at /Applications/Android Studio 3.0 Preview.app/Contents
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b01)

[!] IntelliJ IDEA Community Edition (version 2018.1.4)
    • IntelliJ at /Applications/IntelliJ IDEA CE.app
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
    • For information about installing plugins, see
      https://flutter.io/intellij-setup/#installing-the-plugins

[!] Connected devices
    ! No devices available

我在 Android Studio 3.0 和 IntelliJ 中看不到颤振或飞镖插件。

4

8 回答 8

6

默认情况下,Android Studio 或 IntelliJ 不会安装这些插件。您需要使用此页面中的说明自行安装它们:

安装 Flutter 和 Dart 插件

Flutter 由两个插件支持:

  • Flutter 插件为 Flutter 开发人员的工作流程(运行、调试、热重载等)提供支持。
  • Dart 插件提供代码分析(键入时的代码验证、代码完成等)。

要安装这些:

  1. 启动安卓工作室。
  2. 打开插件首选项(macOS 上的Preferences>Plugin ,Windows 和 Linux 上的File>Settings>Plugins)。
  3. 选择 Browse repositories...,选择 Flutter 插件并点击install
  4. 当提示安装 Dart 插件时单击是。
  5. 出现提示时单击重新启动。
于 2018-05-26T16:09:03.697 回答
4

只需按照以下步骤操作:

  1. 转到插件。
    插入

  2. 浏览存储库。
    单击浏览存储库

  3. 搜索颤振。
    搜索颤动

  4. 点击安装(将弹出一个关于 dart 依赖项的对话框。单击是)。
    同意安装飞镖

  5. 安装完成后重启android studio。
    重启安卓工作室

希望能帮助到你。

于 2018-10-15T12:41:18.683 回答
2

在此处输入图像描述

我遇到了同样的问题,这些是解决我的问题的步骤(安装 Flutter 和 Dart 插件):

  1. 启动 Android Studio。
  2. 打开插件首选项(Configure > Plugins as ofv3.6.3.0later)。

在此处输入图像描述

注意:在 v3.6.3.0 之前,应遵循:打开插件首选项(macOS 上的Preferences > Plugins,Windows 和 Linux 上的File > Settings > Plugins )

  1. 选择 Flutter 插件,然后单击Install

在此处输入图像描述

  1. 提示安装插件时单击是。Dart

在此处输入图像描述

  1. 出现提示时单击重新启动。

运行flutter doctor。你应该得到这个输出:

在此处输入图像描述

于 2019-06-10T14:29:27.690 回答
1

这是 Flutter 安装 Android Studio 的步骤:

1.Go to Settings->Plugin->Install Flutter and Dart->Restart Android Studio
2.Download  the flutter sdk
3.In the environment Variable->User Variable->
ANDROID_HOME F:\AndroidSDK(Paste your Android SDK Path)
Path:F:\AndroidSDk;(Paste your Android SDK Path)
     c:\ProgramFiles\Java\jdk\1.8.0_20\bin;(Paste your jdk Path)
     c:\Users\Desktop\flutter\bin;(Paste your Flutter SDK Path)
4.Git install at c:\ProgramFiles\Git
5.Open Gitbash
$flutter doctor
$flutter doctor --android-licenses
Accept the licences Y Y Y Y
Make sure your Device should be connected your PC   
于 2019-05-21T12:43:39.130 回答
0

我自己找到了这个解决方案,所以没有证据或细节的链接。

File - Settings - Plugins - Market Place我尝试通过 Android Studio ( )安装 Dart 和 Flutter 插件。每次安装后都会显示Restart IDE。每次使用 Android Studio 重新启动后显示Disable Flutter plugin or install Dart. 经过多次尝试(通过上述选项安装 Dart),我做了什么

*\.AndroidStudio4.0\system\plugins

复制flutter-intellij.zipDart-*.*.zip文件到

*\.AndroidStudio4.0\config\plugins

然后解压这两个文件(使用 extract here 选项)并启动 android studio,错误消失了,Android Studio 显示了一些数据收集消息。

现在我可以看到File -> New -> New Flutter Project ...

于 2021-06-29T16:20:43.913 回答
0

将 Flutter 和 Dart 插件安装到 Android Studio 中非常简单——按照步骤安装——

  1. 单击配置 --> 插件
  2. 从搜索框中浏览Flutter存储库
  3. 点击安装按钮
  4. 单击从 Alter 提示安装Dart插件
  5. 完成所有过程后重新启动 Android Studio以激活插件

欲了解更多信息,请单击此处以使用图形界面查找详细步骤

于 2019-04-12T11:28:04.377 回答
0

在VS Code中安装 Flutter 和 Dart 插件

  1. 启动 VS 代码。
  2. 调用视图 > 命令面板...。
  3. 键入“install”,然后选择Extensions: Install Extensions
  4. 在扩展搜索字段中输入“flutter”,在列表中选择Flutter,然后单击Install。这也安装了所需的 Dart 插件。

使用 Flutter Doctor 验证您的设置

  1. 调用视图 > 命令面板...。
  2. 输入“医生”,然后选择Flutter:运行 Flutter Doctor
  3. 查看OUTPUT窗格中的输出是否有任何问题。确保从不同输出选项的下拉列表中选择 Flutter。
于 2021-01-08T02:45:53.820 回答
0

最重要的事情之一总是“以管理员身份运行”你的 IDE 即 Android .. 等,以便颤振以避免几个错误。

于 2018-12-06T09:07:56.627 回答