Flutter 的hot reload(闪电)不可用问题

修改main.dart文件内容后,不能正常hot reload。

在Console中发现如下报错:

Error connecting to the service protocol: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:11692/a5X01SG2cuw=/ws

模拟器API Level版本是Q(29),版本过高,Flutter插件暂时不支持。替换为O(26)即可。

你可能感兴趣的:(Flutter 的hot reload(闪电)不可用问题)