Flutter Doctor无法识别Android Studio flutter和dart插件,但已安装插件
我正在尝试在ubuntu上安装flutter,已经安装了android studio flutter和dart插件,但是flutter doctor
表示未安装它们.在一开始,flutter医生即使安装了我的android studio和sdk也找不到它,然后通过使用以下命令为android studio和sdk配置自定义目录来解决此问题:
flutter config --android-studio-dir=/my/local/path/for/android/studio
flutter config --android-sdk=/my/local/path/for/sdk
但找不到任何解决方案,如何显示flutter Doctor的android studio安装的插件目录
I am trying to install flutter on ubuntu , android studio flutter and dart plugins have been installed , but flutter doctor
said that they are not installed. At the beginning flutter doctor didn't find my android studio and sdk even if they are installed, then fixed this problems by configuring custom directories for android studio and sdk with this commands :
flutter config --android-studio-dir=/my/local/path/for/android/studio
flutter config --android-sdk=/my/local/path/for/sdk
but couldn't find any solution how to show android studio installed plugins directory for flutter doctor
```
[✓] Flutter (Channel beta, v0.7.3, on Linux, locale en_US.UTF-8)
• Flutter version 0.7.3 at /home/zayniddin/flutter
• Framework revision 3b309bda07 (2 weeks ago), 2018-08-28 12:39:24 -0700
• Engine revision af42b6dc95
• Dart version 2.1.0-dev.1.0.flutter-ccb16f7282
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.2)
• Android SDK at /home/zayniddin/Documents/Sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.2
• Java binary at: /home/zayniddin/Documents/android-studio/jre/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01)
• All Android licenses accepted.
[✓] Android Studio
• Android Studio at /home/zayniddin/Documents/android-studio
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• android-studio-dir = /home/zayniddin/Documents/android-studio
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01)
[✓] IntelliJ IDEA Community Edition (version 2018.2)
• IntelliJ at /snap/intellij-idea-community/77
• Flutter plugin version 28.0.4
• Dart plugin version 182.4323.44
[✓] VS Code (version 1.27.1)
• VS Code at /usr/share/code
• Flutter extension version 2.18.0
[!] Connected devices
! No devices available
! Doctor found issues in 1 category.
```
任何解决方案?,请帮助我
any solutions ?, please help me
这是在Android Studio中安装Flutter的步骤:
This is the Step install the flutter in the 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