From f2a4e0c9b083352b613225694cccbb1f284e6bb8 Mon Sep 17 00:00:00 2001 From: jixinbao Date: Thu, 12 Dec 2024 20:35:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A1=A5=E5=85=85=20=20mp-harmony=20?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tutorial/mp-harmony/intro.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/tutorial/mp-harmony/intro.md b/docs/tutorial/mp-harmony/intro.md index 533e02ffb..fc07d812b 100644 --- a/docs/tutorial/mp-harmony/intro.md +++ b/docs/tutorial/mp-harmony/intro.md @@ -356,7 +356,7 @@ Map 和相关定位需要 [华为AppGallery Connect 后台](https://developer.hu 模拟器或者真机上已经安装了当前 BundleName 的应用。可能是证书复用导致的错误,重新确认当前证书是元服务证书,而不是鸿蒙 App 的证书。 -### 运行报错 `hvigor ERROR: SDK component missing. Please verify the integrity of your SDK.` +### 运行报错 `hvigor ERROR: SDK component missing. Please verify the integrity of your SDK.` 你可能声明了不兼容的字段,需要在 `harmony-mp-configs/build-profile.json5` 里面去掉 `app.products.*.compileSdkVersion` 属性。 @@ -390,7 +390,7 @@ Map 和相关定位需要 [华为AppGallery Connect 后台](https://developer.hu { "modelVersion": "5.0.0", "dependencies": { - "@atomicservice/ascf-toolkit-hvigor-plugin": "1.0.1-beta.1" + "@atomicservice/ascf-toolkit-hvigor-plugin": "~1.0.1" }, "execution": { // "analyze": "normal", /* Define the build analyze mode. Value: [ "normal" | "advanced" | false ]. Default: "normal" */ @@ -422,7 +422,7 @@ Map 和相关定位需要 [华为AppGallery Connect 后台](https://developer.hu ### 元服务 ARM 模拟器申请@arm-emulator -目前可以申请 ARM 模拟器运行和调试鸿蒙元服务。如需申请,请发送邮件向华为运营人员申请。在收到邮件申请后,华为运营人员将在1-3个工作日内为你安排对接人员。 +基于 ARM 架构 Mac M1 等系列芯片用户,目前可以申请 ARM 模拟器运行和调试鸿蒙元服务。如需申请,请发送邮件向华为运营人员申请。在收到邮件申请后,华为运营人员将在1-3个工作日内为你安排对接人员。 申请方法如下: - 申请邮箱地址:`atomicservice@huawei.com` @@ -441,9 +441,8 @@ XXX元服务当前正在进行鸿蒙化开发,由于样机不足等,特申 日期:202X年X月XX日 ``` - **注意**:如何查询 APP ID 和 Developer ID? 打开 [华为 AGC 后台](https://developer.huawei.com/consumer/cn/service/josp/agc/index.html#/myApp),打开 **我的项目 - 选择项目** ,也在页面顶部选择当前的元服务应用。页面中包含 Developer ID 和 APPID (APPID 也就是元服务包名中的数字部分)。 -![](https://web-ext-storage.dcloud.net.cn/uni-app/harmony/803608f0-9e24-4492-ac36-a60072f2a751.png) \ No newline at end of file +![](https://web-ext-storage.dcloud.net.cn/uni-app/harmony/803608f0-9e24-4492-ac36-a60072f2a751.png) -- GitLab