Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jimphieffer@Jims-MacBook-Pro test1 % flutter emulators
- 2 available emulators:
- apple_ios_simulator • iOS Simulator • Apple • ios
- Pixel_XL_API_31 • Pixel XL API 31 • Google • android
- To run an emulator, run 'flutter emulators --launch <emulator id>'.
- To create a new emulator, run 'flutter emulators --create [--name xyz]'.
- You can find more information on managing emulators at the links below:
- https://developer.android.com/studio/run/managing-avds
- https://developer.android.com/studio/command-line/avdmanager
- jimphieffer@Jims-MacBook-Pro test1 % flutter emulators --launch Pixel_XL_API_31
- flu% jimphieffer@Jims-MacBook-Pro test1 % flutter run
- No supported devices connected.
- The following devices were found, but are not supported by this project:
- Chrome (web) • chrome • web-javascript • Google Chrome 95.0.4638.69
- If you would like your app to run on web, consider running `flutter create .` to generate projects for
- these platforms.
- jimphieffer@Jims-MacBook-Pro test1 % flutter devices
- 1 connected device:
- Chrome (web) • chrome • web-javascript • Google Chrome 95.0.4638.69
- • Device emulator-5554 is offline.
- jimphieffer@Jims-MacBook-Pro test1 %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement