Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter app is not running in my Android real device

I installed Flutter with VS code as editor..

Everything is fine ..

Flutter Doctor detects that there is a connected device ..

enter image description here

My device is also recognised by VS code ..

enter image description here][2

But when I try to test app .. there is nothing .. NOTHING -_-

No errors .. no messages .. no app .. nothing ..

enter image description here

HEEEEEEEEELP PLZ

like image 279
Qassim babyDroid Avatar asked Jan 17 '26 08:01

Qassim babyDroid


1 Answers

  • Open the command line on the folder of your app and type flutter devices and check the name of your physical device on the list.

  • Copy the name of the device. If it was an emulator it would something like emulator-5554

  • Run flutter run -d emulator-5554 (having replaced it with the name of your device).

You could also try Android Studio to test if the issue is with VScode.

like image 141
João Soares Avatar answered Jan 20 '26 05:01

João Soares



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!