Skip to content

Commit 7781bc3

Browse files
committed
feat: update readme
1 parent 381125c commit 7781bc3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

HarmonyOS_NEXT/APIExample/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ To build and run the sample application, get an App Id:
3232
export const AppCertificate: String = YOUR APP CERTIFICATE
3333
```
3434
35-
6. Download the har package from the [official website](https://doc.shengwang.cn/doc/rtc/harmonyos/resources#%E4%B8%8B%E8%BD%BD-sdk) and copy it to `HarmonyOS_NEXT/APIExample/entry/libs/AgoraRtcSdk.har`
35+
6. Download the har package from the [official website](https://download.agora.io/sdk/release/Agora_Native_SDK_for_HarmonyOS_v4.4.1_FULL.har) and rename`AgoraRtcSdk.har`,then copy it to `HarmonyOS_NEXT/APIExample/entry/libs/AgoraRtcSdk.har`
36+
7. replace sign
3637
3738
You are all set. Now connect your HarmonyOS NEXT device and run the project.
3839

HarmonyOS_NEXT/APIExample/README.zh.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
// 注意:App证书放在客户端不安全,推荐放在服务端以确保 App 证书不会泄露。
3232
export const AppCertificate: String = YOUR APP CERTIFICATE
3333
```
34-
6. 在[官网](https://doc.shengwang.cn/doc/rtc/harmonyos/resources#%E4%B8%8B%E8%BD%BD-sdk)上下载har包,并复制到`HarmonyOS_NEXT/APIExample/entry/libs/AgoraRtcSdk.har`
34+
6. 在[官网](https://download.agora.io/sdk/release/Agora_Native_SDK_for_HarmonyOS_v4.4.1_FULL.har)上下载har包,重命名`AgoraRtcSdk.har`并复制到`HarmonyOS_NEXT/APIExample/entry/libs/AgoraRtcSdk.har`
35+
7. Replace the signature information in `build-profile.json5` under the root directory with your own.
3536
3637
然后你就可以编译并运行项目了。
3738

0 commit comments

Comments
 (0)