admin管理员组

文章数量:1419194

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?

Share Improve this question edited Jan 29 at 15:20 Kushnirenko asked Jan 29 at 13:41 KushnirenkoKushnirenko 54 bronze badges 2
  • Have you tried unticking that setting? – Abion47 Commented Jan 29 at 16:40
  • of course I tried – Kushnirenko Commented Jan 30 at 8:00
Add a comment  | 

1 Answer 1

Reset to default 0

I update all what is possible. IDE, SDK, Gradle and Kotlin versions and also my computer. Now It working!

本文标签: flutterAndroid emulator prodlenStack Overflow