2
2

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.

Start a new Flutter projectが表示されなかった時のメモ(AndroidStudio 4.0.1)

Posted at

AndroidStudioでFlutterやってみようと思ったけど最初で躓いたのでその時のメモ

環境

  • AndroidStudio 4.0.1(3.6からのアップデート)
  • 過去にDart, FlutterをPluginをインストールしていたことがある

AndroidStudioでのFlutter導入チュートリアル

  • こちら
  • 入れたけどAndroidStudioのLauchMenuに「Start a new Flutter project」が表示されない

調べてみた

出るようになった

  • 一旦Dart, FlutterのPluginをuninstall
  • 参考に従って.AndroidStudio4.0をdeleteないしはrename
  • AndroidStudio4.0を再セットアップ
    • 設定をインポートした場合は表示されなかったので、新規で設定し直す必要がある。
  • その後Dart, FlutterのPluginを入れ直す

結論

  • 過去のAndroidStudioのバージョンにDart, Flutterを入れてAndroidStudioのバージョンを4.0にあげた場合はStart a new Flutter projectが表示されないらしい
2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?