当前位置: 首页 > news >正文

鸿蒙 DevEco Studio 3.1 Release 下载sdk报错的解决办法

鸿蒙 解决下载SDK报错的解决方法

最近在学习鸿蒙开发,以后也会记录一些关于鸿蒙相关的问题和解决方法,希望能帮助到大家。

总的来说一般有下面这样的报错

报错一:
Components to install:
- ArkTS 3.2.12.5
- System-image-phone 3.1.0.306
- Native 3.2.12.5
- JS 3.2.12.5Install task started: ArkTS 3.2.12.5
Downloading https://contentcenter-drcn.dbankcdn.cn/pub_1/DevEcoSpace_1_900_9/b7/v3/fMjcKBCJRHKV3-4Mm5H6bQ/P0ryC2BASauqeQgRtik8Zw.zip...
Unzipping /Users/xxxx/Library/Huawei/Sdk/.temp/ets/3.2.12.5/install/P0ryC2BASauqeQgRtik8Zw.zip...
Installing ArkTS dependencies...
Running 'npm install'...
npm ERR! code ECONNRESET
npm ERR! syscall read
npm ERR! errno ECONNRESET
npm ERR! network request to https://repo.huaweicloud.com/repository/npm/yocto-queue/-/yocto-queue-0.1.0.tgz failed, reason: read ECONNRESET
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network 
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'
npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/xxxx/.npm/_logs/2024-05-19T14_14_53_311Z-debug-0.log
Install task failed: ArkTS 3.2.12.5.
Install ArkTS dependencies failed.
Cause: Unable to run npm install.
Solution: See https://developer.harmonyos.com/cn/docs/documentation/doc-guides/faq-development-environment-0000001168829643#section1311117111474
报错二
- ArkTS 3.2.12.5
- System-image-phone 3.1.0.306
- Previewer 3.2.3.6
- Toolchains 3.2.3.6
- Previewer 3.2.12.5
- Native 3.2.12.5
- JS 3.2.12.5Install task started: ArkTS 3.2.12.5
Downloading https://contentcenter-drcn.dbankcdn.cn/pub_1/DevEcoSpace_1_900_9/b7/v3/fMjcKBCJRHKV3-4Mm5H6bQ/P0ryC2BASauqeQgRtik8Zw.zip...
Install task failed: ArkTS 3.2.12.5.
Failed to download SDK, size is incorrect, expected is 47,480,047, actual is 39,845,888
Cause: The network is unstable. SDK package integrity check failed.
Solution: 
1. Connect to a stable network and download the file again.
2. If the issue persists, choose Help > Show Log in Explorer to obtain logs, and then choose Help > Contact Support for technical assistance.
报错三
Install task failed: ArkTS 3.2.12.5. Failed to download the SDK due to UNKNOWN_HOST. Cause: DNS reso
Solution: Change the DNS server and try again
报错四
Failed to obtain the SDK information. The SDK will not be downloaded. You can download the SDK later

问题分析定位

1、网络问题,检查你的代理是否可用
2、npm版本问题
3、node版本问题

解决方法

1、首先检查你的node版本

the node.js version must be v14.19.1 or later and earlier than v17.0.0.the current version is v22.2.0
node.js版本必须为v14.19.1及以上且低于v17.0.0。当前版本是v22.2.0

可以使用下面命令来设置当前node版本,如果没有nvm可以自行搜索下载安装
请添加图片描述

2、修改地址确定:https://registry.npmjs.org/
请添加图片描述

3、假如你安装失败了,已经跳过了安装SDK的界面,可以点击import setting来进行重新设置,点击Configure请添加图片描述
请添加图片描述
点击选SDK,然后确定,然后按确定按钮,就会重新跳到设置页面,如下所示:
请添加图片描述
记得选择node版本为v16.19.1的,如何你没有设置代理,请先设置代理,然后验证代理链接是否是通的,点击Next就可以下载鸿蒙的SDK了。

下载好的效果

请添加图片描述

结论

尽量在网络好一些的环境去下载,这样不会下载超时,希望这篇文章能帮助到你。

http://www.lryc.cn/news/354398.html

相关文章:

  • QGIS开发笔记(二):Windows安装版二次开发环境搭建(上):安装OSGeo4W运行依赖其Qt的基础环境Demo
  • 设计一套Kafka到RocketMQ的双写+双读技术方案,实现无缝迁移!
  • Mysql下Limit注入方法(此方法仅适用于5.0.0<mysql<5.6.6的版本)
  • Makefile学习笔记15|u-boot顶层Makefile01
  • C++笔记之Unix时间戳、UTC、TSN、系统时间戳、时区转换、local时间笔记
  • leetcode338-Counting Bits
  • sql server怎么存储图片
  • 大模型提示词Prompt学习
  • 蓝桥杯python组备赛指南
  • 架构师系列-定时任务解决方案
  • 新计划,不断变更!做自己,接受不美好!猪肝移植——早读(逆天打工人爬取热门微信文章解读)
  • 【数据结构】二叉树-堆(上)
  • 【Spring Boot】在项目中使用Spring AI
  • 【java程序设计期末复习】chapter3 运算符、表达式和语句
  • 【建议收藏】30个较难Python脚本,纯干货分享
  • 01-05.Vue自定义过滤器
  • C++系列-static成员
  • Git | 创建和管理Pull Request总结
  • 电机控制系列模块解析(23)—— 同步机初始位置辨识
  • 【数据库基础-mysql详解之索引的魅力(N叉树)】
  • 力扣739. 每日温度
  • KDE6桌面于2024年2月发布
  • 「TypeScript系列」TypeScript 对象及对象的使用场景
  • shell从入门到精通(22)shell正则匹配~=
  • 【Spring】使用Spring常用导入依赖介绍
  • PC端应用订阅SDK接入攻略
  • WebService的wsdl详解
  • 数据分析实战:从0到1完成数据获取分析到可视化
  • 【Spring】深入理解 Spring 中的 ImportSelector、Aware 和 Processor 接口
  • 【C语言】strstr函数的使用和模拟