0
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.

Flutterの設定に詰まったところまとめ

Posted at

参考ページと所要時間

Flutterの勉強が必要になったのでテキパキ環境構築する。参考にしたのは以下のページ

MacでFlutterの開発環境を構築する手順
Android sdkmanager tool not found.の解決法
FlutterをMacにインストールしてPATHを通す(外部サイト)

Flutterの設定に掛かった時間は大体2時間程度。Macの環境構築を行いました。

詰まったところ

Android Studioで新しいFlutterプロジェクトが作れない

理由は定かではないですが、キャメルケースでプロジェクト名を入力したのが原因だと思っています。スネークケースでプロジェクト名を入力した場合も、別の理由で弾かれてファイルを作成できませんでした。設定時はuntitledのままで進みましょう。

Android sdkmanager not found.が表示される

これは参考にした記事の通りです。が、Preference → system setting → Android SDK → SDK tools この順番で目的の場所に着きます。が、その中のAndoroid SDK build-toolsだけ新しくダウンロードしただけでは、うまく操作できません。Android SDKと書かれたものを全てダウンロードし、有効にしましょう。

まとめ

気になったらとりあえず、flutter doctorを使って確認しよう。環境設定なので、基本的にデフォルトの状態で先に進み、他はいじらない。

0
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
0
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?