#Flutter app does not install | Waiting for observatory port to be available | app does not debug

preview_player
Показать описание
Here is the proper solution by which you can easily remove this error. Follow these steps and if you face any issue comment on that.
Рекомендации по теме
Комментарии
Автор

Thank you so much, Worked like a charm🙌

direshdavid
Автор

It worked thanks so much i was stuck on that for an hour

harrisonnjenga
Автор

I have this error only when I debug on IOs

medch
Автор

not working in my case
I have tried all of the methods and my app which was working uptil last week is now stuck on white screen while executing from android studio and only on my phone.
there is no error and using adb to unistall package is not helping

daddyonadrenaline
Автор

I did the above solution, and then did the following in the terminal
flutter clean
flutter pub get
and run the app

isharane