【发布时间】:2019-06-08 04:36:53
【问题描述】:
我正在尝试在 Android Q 上运行的 Android Emulator Pixel 2 上运行 Flutter 应用,但命令 flutter run 会引发以下错误:
Error connecting to the service protocol: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:64350/YLIiMby5lk4=/ws
我尝试重新启动 Android Studio 以及模拟器。
根据在 Github 问题和 Stackoverflow 上找到的解决方案,我还尝试将 NO_PROXY=localhost,127.0.0.1 添加到 .bash_profile
【问题讨论】:
标签: android flutter android-10.0