1
1

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 5 years have passed since last update.

Flutter入門2日目:サンプル動かすまで

Posted at

目標

  • 必要なライブラリインストール
  • サンプルを動かす

参考

インストールはここを参考に

https://flutter.io/setup-macos/
https://qiita.com/ozaki25/items/1d8701f8f4b8e9e20b0d

flutter doctor実行結果にて色々怒られた。

Android toolchain - develop for Android devices
[✗] Android Studio (not installed)
[!] VS Code (version 1.19.3)
[!] Connected devices

IDE

AndroidStudioを利用。

IntelliJ IDEAもサポートしているが、特にどちらがいいか考えずSDKを利用するためにAndroidStudioをインストールしたので採用。

run

open -a Simulatorでシミュレーターを起動してからflutter runで実行
サンプルが動いた。

次回

iOSのシミュレーターしか動かなかった。
おそらくandroidのシミュレーターがインストールされていないからだと思うのでandroidでも動かすところまで。

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?