78468/error-waiting-debug-connection-reader-stopped-unexpectedly
Hi Guys,
I am trying to run flutter run command but it is showing me the below error.
PS C:\flutterApp\myapp> flutter run Running Gradle task 'assembleDebug'... Running Gradle task 'assembleDebug'... Done 203.1s (!) √ Built build\app\outputs\apk\debug\app-debug.apk. Installing build\app\outputs\apk\app.apk... 7.7s Error waiting for a debug connection: The log reader stopped unexpectedly Error launching application on vivo 1723.
Hi@akhtar,
You need to execute flutter clean command in your project and also make sure the device properly connected, the cable is attached properly. Also, you have to allow permission to launch on app Vivo 1723 and you should see dialog while launching the app.
$ flutter clean
I hope this will help.
I try both command flutter run and flutter clean but not working
Change dependency version to any its worked for me
example.
dependencies: flutter: sdk: flutter sqflite: any path_provider: any
The solution for this for me was ...READ MORE
If you are the system administrator or ...READ MORE
length is too high READ MORE
Over two years has passed, now and ...READ MORE
You have to Add flutter sdk path ...READ MORE
Hi@akhtar, It is the project's configuration file that ...READ MORE
Hi@akhtar, You need to run this command from ...READ MORE
Hi@akhtar, Before launching emulators you should check if ...READ MORE
Hi@akhtar, You need to add textDirection in your ...READ MORE
Hi@akhtar, The color and decoration arguments cannot both be supplied, since it ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.