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

weixin_34393428發表於2018-10-10

最近入坑flutter,剛想體驗hot reload的飛速快感時,卻出現“Error waiting for a debug connection: ProcessException: adb did not report forwarded port”這個錯誤,最終在flutter的github中找到了相同的問題,也把解決辦法記錄下。

3110055-2c32c34ee6c03865.png
update adb.png

很簡單,答案說的是升級adb,其實是更新SDK Platform-Tools就可以了。


3110055-9555b2f228a824df.png
setting.png

設定介面,找到對應的Android SDK Platform-Tools 點選OK就會下載最新的版本了

3110055-8b248c1b162c66d7.png
restart.png

然後重啟Android studio即可

相關文章