flutter doctorのエラー

flutter
この記事は約2分で読めます。
記事内に広告が含まれます。

AndroidStuido4.1にアップデートしflutter doctorで環境を確認する際にエラーが出るときの対応。

✗ Flutter plugin not installed; this adds Flutter specific functionality. 
✗ Dart plugin not installed; this adds Dart specific functionality.

FlutterPluginとDartPluginがインストールされていない怒られます。

% flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 1.22.2, on Mac OS X 10.15.7 19H2, locale ja-JP)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)

[✓] Xcode - develop for iOS and macOS (Xcode 12.1)
[!] Android Studio (version 4.1)
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] VS Code (version 1.50.1)

[!] Connected device
    ! No devices available

! Doctor found issues in 2 categories.

ホームディレクトリに移動し

% ln -s ~/Library/Application\ Support/Google/AndroidStudio4.1/plugins ~/Library/Application\ Support/AndroidStudio4.1

シンボリックリンクを貼ります。

以上

コメント

タイトルとURLをコピーしました