flutter emulators
2 available emulators:
Id • Name • Manufacturer • Platform
apple_ios_simulator • iOS Simulator • Apple • ios
Medium_Phone_API_36.1 • Medium Phone API 36.1 • Generic • 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
flutter emulators --launch Medium_Phone_API_36.1 # power on android emulator (wait long time)
# flutter devices
Found 3 connected devices:
sdk gphone64 x86 64 (mobile) • emulator-5554 • android-x64 • Android 16 (API 36) (emulator)
macOS (desktop) • macos • darwin-x64 • macOS 15.5 24F74 darwin-x64
Chrome (web) • chrome • web-javascript • Google Chrome 143.0.7499.193
No wireless devices were found.
Error: Browsing on the local area network for brian kim의 iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
Run "flutter emulators" to list and start any available device emulators.
If you expected another device to be detected, please run "flutter doctor" to diagnose potential issues. You may also try increasing the time to wait for connected devices with the
"--device-timeout" flag. Visit https://flutter.dev/setup/ for troubleshooting tips.
flutter run
Downloading android-arm-profile/darwin-x64 tools... 1,262ms
Downloading android-arm-release/darwin-x64 tools... 878ms
Downloading android-arm64-profile/darwin-x64 tools... 1,139ms
Downloading android-arm64-release/darwin-x64 tools... 1,086ms
Downloading android-x64-profile/darwin-x64 tools... 1,217ms
Downloading android-x64-release/darwin-x64 tools... 1,423ms
Resolving dependencies...
Downloading packages...
characters 1.4.0 (1.4.1 available)
matcher 0.12.17 (0.12.18 available)
material_color_utilities 0.11.1 (0.13.0 available)
test_api 0.7.7 (0.7.9 available)
Got dependencies!
4 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
Launching lib/main.dart on sdk gphone64 x86 64 in debug mode...
Running Gradle task 'assembleDebug'... ⣾