when i run my flutter app in VS code i get this
and the app is not working on virtual device
the virtual device start on but without the app
No supported devices found with name or id matching ’emulator-5556′.
The following devices were found:
Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.22631.3593]
Chrome (web) • chrome • web-javascript • Google Chrome 125.0.6422.61
Edge (web) • edge • web-javascript • Microsoft Edge 124.0.2478.105
The Flutter CLI developer tool uses Google Analytics to report usage and diagnostic
data along with package dependencies, and crash reporting to send basic crash
reports. This data is used to help improve the Dart platform, Flutter framework,
and related tools.
Telemetry is not sent on the very first run. To disable reporting of telemetry,
run this terminal command:
flutter --disable-analytics
If you opt out of telemetry, an opt-out event will be sent, and then no further
information will be sent. This data is collected in accordance with the Google
Privacy Policy (https://policies.google.com/privacy).
Exited (1).
I deleted the virtual device and create new one but it still not working
Joudy Ali is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.