1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Android Studio4.1にバージョンアップしたら、flutter doctorでDart, Flutter のプラグインがそれぞれ読み込まれない。

Posted at

MacでAndroidStudio4.1にバージョンアップしたら、
DartやFlutterのプラグインをインストールしているはずなのに、flutter doctorでエラーが出る。スクリーンショット 2020-12-03 14.14.06.png

Flutter plugin not installed; this adds Flutter specific functionality.
とか、
Dart plugin not installed; this adds Dart specific functionality.
と出てしまう。

解決方法

下のコマンドを実行する。
$ ln -s ~/Library/Application\ Support/Google/AndroidStudio4.1/plugins ~/Library/Application\ Support/AndroidStudio4.1

Android Studioのプラグインがインストールされる位置が、バージョン変更で変わったらしい。
flutter doctorがそれに対応し切れていない。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?