鸿蒙软件nova11真机调试出现“hvigor Update the SDKs by going to Tools>SDK Manager >SDK >HarmonyOS and

问题:
硬件设备是nova11,编译示例代码时出现“hvigor Update the SDKs by going to Tools > SDK Manager > SDK > HarmonyOS and following the onscreen instructions”报错。
鸿蒙软件nova11真机调试出现“hvigor Update the SDKs by going to Tools>SDK Manager >SDK >HarmonyOS and_第1张图片
设备鸿蒙系统是4.0,DevEco Studio的sdk最高版本是3.1.0。
鸿蒙软件nova11真机调试出现“hvigor Update the SDKs by going to Tools>SDK Manager >SDK >HarmonyOS and_第2张图片
解决问题:
首先声明一下,我们系统虽然是最新的4.0的系统,但是在编辑器中醉倒支持到3.1.0(API)系统。从官方文档idea编辑器的版本说明中,这个是没有问题的。如下图所示。 鸿蒙软件nova11真机调试出现“hvigor Update the SDKs by going to Tools>SDK Manager >SDK >HarmonyOS and_第3张图片
从版本说明中3.1系统和4.0系统对应的API能力级别都为API9。从下面看我们目前使用idea3.1release版本也是没有问题的,支持API的。然后我们从报错内容上查看。从报错内容“hvigor Update the SDKs by going to Tools > SDK Manager > SDK > HarmonyOS and following the onscreen instructions”中可以看到,需要更新SDK,SDK的位置在SDK Manger管理器中。打开Settings中的SDK Manager我们看到SDK下载是没有完全下载的,如下图所示。
鸿蒙软件nova11真机调试出现“hvigor Update the SDKs by going to Tools>SDK Manager >SDK >HarmonyOS and_第4张图片
我们需要重新下载SDK,点击下图的Edit后,一直下一步就可以了。
鸿蒙软件nova11真机调试出现“hvigor Update the SDKs by going to Tools>SDK Manager >SDK >HarmonyOS and_第5张图片
但是在下载的过程中也不是顺利的,会出现如下报错:

Uninstall task started: Toolchains 3.2.5.8Error: Uninstall task failed: Toolchains 3.2.5.8Error: Unable to rename the file.Cause: Unable to delete D:\javadevelopinglfarmonyosisdklopenharmonyl9\toolchains. A file may be open by another program.Solution: Close the open file and delete the folder.

如下图所示。
鸿蒙软件nova11真机调试出现“hvigor Update the SDKs by going to Tools>SDK Manager >SDK >HarmonyOS and_第6张图片
这个报错提示我们在有一个工具链文件夹被另一个程序打开了,我们不能去更新它。所以需要关闭文件或者是删除文件夹。这个问题是因为我们打开了DevEco Studio编辑器后会占用toolschains文件夹,所以我们只需关闭idea,然后把这个文件夹删除了,就可以重新下载了。
重新下载后如果需要真机调试时,需要按照官方文档中《构建第一个ArkTS应用中使用真机运行应用》设置自动签名。

你可能感兴趣的:(鸿蒙,鸿蒙app开发,harmonyos,华为)