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]はじめてのflutter2[AndroidStudio編]

Posted at

目的

  • WEBとアプリの比較から自分のやりたい方向性を掴む。

今日やること

  • AndroidStudioとflutterのインストール

AndroisStudioのインストール

ここからDL、解凍して開く。
Screen Shot 2020-07-09 at 8.03.02.png

特に設定ファイルを用意しているのでなければDo not import settingsでOK
Screen Shot 2020-07-09 at 8.03.41.png

Screen Shot 2020-07-09 at 8.05.14.png

StundardでOK
Screen Shot 2020-07-09 at 8.05.41.png

Screen Shot 2020-07-09 at 8.06.08.png

finishを押下
Screen Shot 2020-07-09 at 8.06.36.png

インストールが終わって、finish押下で、この画面になる。
Screen Shot 2020-07-09 at 8.08.11.png

AndroidStudioのインストールは完了

Flutterのインストール

現状KotlinとJavaでの開発を前提にしているので、Flutter(+Dart)のプラグインもいれていく。

歯車マーク(config)からPreferences
Screen Shot 2020-07-09 at 8.10.50.png

PluginからFlutterを選択。Dartもインストールしますか?とでてくるのでYesでOK。
Screen Shot 2020-07-09 at 8.12.12.png

AndroidStudioを再起動したら完了。

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?