Advertisement
Guest User

Untitled

a guest
Nov 7th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. jimphieffer@Jims-MacBook-Pro test1 % flutter emulators
  2. 2 available emulators:
  3.  
  4. apple_ios_simulator • iOS Simulator • Apple • ios
  5. Pixel_XL_API_31 • Pixel XL API 31 • Google • android
  6.  
  7. To run an emulator, run 'flutter emulators --launch <emulator id>'.
  8. To create a new emulator, run 'flutter emulators --create [--name xyz]'.
  9.  
  10. You can find more information on managing emulators at the links below:
  11. https://developer.android.com/studio/run/managing-avds
  12. https://developer.android.com/studio/command-line/avdmanager
  13. jimphieffer@Jims-MacBook-Pro test1 % flutter emulators --launch Pixel_XL_API_31
  14. flu% jimphieffer@Jims-MacBook-Pro test1 % flutter run
  15. No supported devices connected.
  16. The following devices were found, but are not supported by this project:
  17. Chrome (web) • chrome • web-javascript • Google Chrome 95.0.4638.69
  18. If you would like your app to run on web, consider running `flutter create .` to generate projects for
  19. these platforms.
  20.  
  21. jimphieffer@Jims-MacBook-Pro test1 % flutter devices
  22. 1 connected device:
  23.  
  24. Chrome (web) • chrome • web-javascript • Google Chrome 95.0.4638.69
  25.  
  26. • Device emulator-5554 is offline.
  27. jimphieffer@Jims-MacBook-Pro test1 %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement