I had no problem with the Android emulator. Then I tried to change the view by ticking "Launch in the Running Device tool window." settings image
After that, I started having a problem:
Running Gradle task 'assembleDebug'... √ Built build\app\outputs\flutter-apk\app-debug.apk Installing build\app\outputs\flutter-apk\app-debug.apk... Error waiting for a debug connection: The log reader stopped unexpectedly Error launching application on sdk gphone64 x86 64.
I tried to kill adb
adb kill-server
adb start-server
Flutter doctor says "no issues found" Flutter clean/pubget I also tried
Can smbd help to solve this problem?
I had no problem with the Android emulator. Then I tried to change the view by ticking "Launch in the Running Device tool window." settings image
After that, I started having a problem:
Running Gradle task 'assembleDebug'... √ Built build\app\outputs\flutter-apk\app-debug.apk Installing build\app\outputs\flutter-apk\app-debug.apk... Error waiting for a debug connection: The log reader stopped unexpectedly Error launching application on sdk gphone64 x86 64.
I tried to kill adb
adb kill-server
adb start-server
Flutter doctor says "no issues found" Flutter clean/pubget I also tried
Can smbd help to solve this problem?
I update all what is possible. IDE, SDK, Gradle and Kotlin versions and also my computer. Now It working!