目標
- androidでもサンプルを動かす
原因
デバイス自体がインストールされていないから
下記を参考に
接続しているデバイスが2つ以上ある場合
flutter devices
で接続しているデバイスが2つある状態でflutter run
を実行すると下記の表示になる
More than one device connected; please specify a device with the '-d <deviceId>' flag, or use '-d all' to act on all devices.
Android SDK built for x86 • emulator-5554 • android-x86 • Android P (API 27) (emulator)
iPhone X • xxxxxxxxxxxxxx • ios • iOS 11.2 (simulator)
全てで起動する場合は-d all
とし、指定する場合は-d xxx
とデバイスIDを指定する。
次回
IDEにFlutterプラグインをインストール