Flutter 安卓虚拟机(Android emulator)调试报错: Error connecting to the service protocol:HttpException
Error connecting to the service protocol: HttpException: Connection closed before full header was received
·
Flutter 安卓虚拟机(Android emulator)调试报错: Error connecting to the service protocol:HttpException
可能的解决方法(macOS、Linux):
-
把Android emulator的Android版本换成9.0以下(不包含9.0)
-
关闭代理,使用国内镜像:
添加环境变量,之后就可以不需要VP*了:export PUB_HOSTED_URL=https://pub.flutter-io.cn export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn- 在
~/.bash_profile中添加:
export NO_PROXY=localhost,127.0.0.1
报错信息:

运行截图:

- 在
水平有限,仅供参考
更多推荐




所有评论(0)