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環境構築(windows10)

Posted at

前提

・Java8以降パスが通っておりJAVA_HOMEも設定している。 ・Android studioインストール済み

手順

①下記公式からSDKをインストール https://flutter.dev/docs/get-started/install/windows
②zipを展開しflutterフォルダを任意の場所に配置。 ただしC:\Program Files\のような権限規制が強いところはNGとのこと。 ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/630191/1d1a99fe-bb22-761e-906c-dc03c5056bf7.png)
③さきほど②で配置したflutterの下のbinまでをフルパスで環境変数Pathに設定する。 ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/630191/637bdc1b-8600-4f5d-d032-5d2fccb2ffe6.png)

④Android StudioのFileタブ→Settings→Appearance & Behavior→System settings→Android SDK→SDK ToolsタブにあるAndroid SDK Command line Toolsにチェックを入れapplyしOKします。
image.png

⑤Android StudioのFile > Settings > Plugins>Market PlaceからFlutterのプラグインをインストールします。
image.png

⑥コマンドプロンプトでflutter doctor --android-licenses実行し、全てYesと答えます。
image.png

⑦flutter doctorを実行しflutter環境整っているかチェックします。何故かAndroid studioでひっかかっていますがこれは私の環境の問題だと思うのでひとまず無視します。
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?