Reputation: 33
I am trying to run my application on my physical device, and I am either getting an
> Error waiting for a debug connection: The log reader stopped unexpectedly.
Error launching application on V2036.
or else I am stuck on Running Gradle task 'assembleDebug'... for like an eternity The was able to run the application without any issues on my device without any issues before I updated my phone's OS which is Funtouch OS 13 Global
I have tried using
flutter clean
, ./gradlew
clean but nothing is working because I think the issue is with my phone
I have turned off USB debugging and turned it on back again, I have tried restarting my phone
I run out of solutions can anyone tell me what can I do with my phone to make this work this is working fine on other devices.
Upvotes: 0
Views: 153
Reputation: 173
I assume you have a VIVO phone, they do have problems with USB debugging. I also had the same, at the start I wasn't able to debug at all, but after the update, it worked. You can wait for the next update or do the following that may work.
Upvotes: 0