Closed2
【Flutter】flutter doctor で Error: Unable to run "adb", が表示される
$ fvm flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.3, on macOS 15.1 24B83 darwin-arm64, locale ja)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] VS Code (version 1.95.2)
[☠] Connected device (the doctor check crashed)
✗ Due to an error, the doctor check did not complete. If the error message below is not helpful, please let us know about this issue at
https://github.com/flutter/flutter/issues.
✗ Error: Unable to run "adb", check your Android SDK installation and ANDROID_HOME environment variable: /Users/{user_name}/Library/Android/sdk/platform-tools/adb
Error details: Process exited abnormally with exit code 1:
adb: failed to check server version: protocol fault (couldn't read status): Undefined error: 0
[✓] Network resources
! Doctor found issues in 1 category.
$ fvm flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.3, on macOS 15.1 24B83 darwin-arm64, locale ja)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] VS Code (version 1.95.2)
[✓] Connected device (5 available)
[✓] Network resources
• No issues found!
概要
セキュリティソフトのアップデート対応を行った時にファイアウォール機能が適用されてエミュレーターに接続できなくなった様子
■ 追加(V7.5.74.0 から V8.2.800.0)
以下の機能が追加されました。
ファイアウォール機能が追加されました。
検証
以下の設定値を変更することで、flutter doctor
の結果が変わることを確認
- セキュリティソフト > 保護 > ネットワークアクセス > ファイアウォール
このスクラップは13日前にクローズされました