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 1 year has passed since last update.

Flutter環境構築メモ

Last updated at Posted at 2023-06-17

環境構築

Flutter SDK ダウンロード

上記からダウンロードしたSDKファイルを所定のフォルダへ展開。
環境変数のPathを通しておく。

Anroid Studio ダウンロード&設定

image.png

ガイドに従ってインストールしていく。
基本的な選択肢はデフォルトで問題ないようだ。

image.png

2箇所、ライセンスをAgreeしてFinish

無事にインストール完了
image.png

FlutterのPluginをインストールする
image.png

Install過程でDartもInsutallするか聞かれるのでInstallを選択する。

ProjectsからMoreAction。SDK Managerを開く
image.png

Android SDK Command-line Tools をインストールする
image.png

コマンドプロンプトで

>flutter doctor --android-licenses

と打ってライセンスを確認し、最後に

>flutter doctor

ですべてチェックが完了すればOK
image.png

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?