6、Flutter Error waiting for a debug connection: ProcessException: adb did not report f(转)

1、错误信息

Error waiting for a debug connection: ProcessException: adb did not report forwarded port

2、解决方法

升级adb,其实是更新SDK Platform-Tools就可以了。

步骤:打开 Android SDK  >>> SDK Tools  勾选 Android SDK Flatform-Tools,运行 Applay 或者点击 ok 。

3、原文详细内容

地址:https://www.jianshu.com/p/aab148596ce1

原文地址:https://www.cnblogs.com/niceyoo/p/9911574.html