Flutter执行flutter doctor报错HTTP Host Availability

问题描述

bash 复制代码
[!] HTTP Host Availability
    ✗ HTTP host https://maven.google.com/ is not reachable. Reason: An error
      occurred while checking the HTTP host: Operation timed out

解决方案

  1. 将文件flutter/packages/flutter_tools/lib/src/http_host_validator.dart中的https://maven.google.com/改为https://dl.google.com/dl/android/maven2/
bash 复制代码
% vim flutter/packages/flutter_tools/lib/src/http_host_validator.dart
  1. 删除flutter/bin/cache
bash 复制代码
% rm -fr flutter/bin/cache 
  1. 执行flutter doctor
bash 复制代码
% flutter doctor          
Downloading Dart SDK from Flutter engine 57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  209M  100  209M    0     0  3968k      0  0:00:54  0:00:54 --:--:-- 3448k
Building flutter tool...
╔════════════════════════════════════════════════════════════════════════════╗
║ A new version of Flutter is available!                                     ║
║                                                                            ║
║ To update to the latest version, run "flutter upgrade".                    ║
╚════════════════════════════════════════════════════════════════════════════╝


Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure
you trust this source!
Downloading Material fonts...                                    2,003ms
Downloading Gradle Wrapper...                                      112ms
Downloading package sky_engine...                                  621ms
Downloading flutter_patched_sdk tools...                         2,298ms
Downloading flutter_patched_sdk_product tools...                 1,289ms
Downloading darwin-x64 tools...                                    10.2s
Downloading libimobiledevice...                                    118ms
Downloading usbmuxd...                                              94ms
Downloading libplist...                                             87ms
Downloading openssl...                                             416ms
Downloading ios-deploy...                                          107ms
Downloading darwin-x64/font-subset tools...                        394ms
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.10.5, on macOS 12.7.1 21G920 darwin-x64, locale
    zh-Hans-CN)
[!] Android toolchain - develop for Android devices (Android SDK version 30.0.0)
    ✗ cmdline-tools component is missing
      Run `path/to/sdkmanager --install "cmdline-tools;latest"`
      See https://developer.android.com/studio/command-line for more details.
    ✗ Android license status unknown.
      Run `flutter doctor --android-licenses` to accept the SDK licenses.
      See https://flutter.dev/docs/get-started/install/macos#android-setup for
      more details.
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.1)
[✓] VS Code (version 1.56.2)
[✓] Connected device (2 available)
[✓] HTTP Host Availability

! Doctor found issues in 1 category.
相关推荐
●VON2 小时前
Flutter 鸿蒙插件适配实战:用 locale_plus 2.0.0 读取语言、地区与格式偏好
flutter·华为·harmonyos·鸿蒙
●VON12 小时前
Flutter 鸿蒙插件适配实战:用 clipboard_watcher 0.3.0 监听剪贴板变化
flutter·华为·harmonyos
天空之城--15 小时前
Flutter Drift 完全指南:从原理到实战
jvm·flutter·oracle
ControlRookie17 小时前
第23篇_源码加更 05|HTTP Server、连接实例和诊断数据
http·codesys·plc通信·开源源码
yume_sibai18 小时前
02-Flutter进阶开发
前端·flutter
●VON20 小时前
Flutter 鸿蒙插件适配实战:用 is_lock_screen 2.0.0 判断真实锁屏状态
flutter·华为·harmonyos
企业数字化笔记21 小时前
AI写的网站一直自动跳转怎么办?301、302和HTTPS重定向排查
网络协议·http·https
●VON1 天前
Flutter 鸿蒙插件适配实战:用 flutter_timezone_observer 1.2.0 监听系统时区变化
flutter·华为·harmonyos
●VON1 天前
Flutter 鸿蒙 app_install_date 0.1.5 使用实战:读取应用安装时间
flutter·华为·harmonyos