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.
相关推荐
外滩运维专家18 小时前
HTTPS 证书报错排查手册:6 个高频错误码及解决方法
网络协议·http·https
蜡台21 小时前
Flutter 环境搭建 Dart配置
flutter·dart
鲜花飘飘扬21 小时前
HTTP请求头中表示代理IP地址的属性及获取情况
网络协议·tcp/ip·http
落叶飘飘s1 天前
餐饮服务与软件创新的融合:解析海底捞 APP 的 Flutter 鸿蒙开发之路
flutter·华为·harmonyos
实心儿儿1 天前
Linux —— 应用层协议HTTP
linux·网络·http
起司喵喵1 天前
Flutter-MacOS桌面OS系统|flutter.+window_manager客户端OS模板
flutter·macos·策略模式
会编程的土豆1 天前
GoWeb 处理请求详解:请求行、请求头、请求参数与给客户端响应
开发语言·http·golang
Wuxiaoming1352 天前
flutter app的logo和splash logo尺寸
flutter
GitLqr2 天前
深入理解 Flutter 架构:从 Widget 到 GPU 像素的全链路解析
flutter·面试·dart
SoaringHeart2 天前
Flutter进阶|最佳实践:组件内阴影实现
前端·flutter