Skip to content

Commit b9aef50

Browse files
authored
[Android]Update readme. (#355)
1 parent 528ec69 commit b9aef50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Android/APIExample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To build and run the sample application, get an App Id:
2323
3. Save the **App Id** from the Dashboard for later use.
2424
4. Save the **App Certificate** from the Dashboard for later use.
2525

26-
5. Open `Android/APIExample` and edit the `app/src/main/res/values/string-config.xml` file. Update `YOUR APP ID` with your App Id, update `YOUR APP CERTIFICATE` with the main app certificate from dashboard. Note you can leave the certificate variable `null` if your project has not turned on security token.
26+
5. Open `Android/APIExample` and edit the `app/src/main/res/values/string-configs.xml` file. Update `YOUR APP ID` with your App Id, update `YOUR APP CERTIFICATE` with the main app certificate from dashboard. Note you can leave the certificate variable `null` if your project has not turned on security token.
2727

2828
```
2929
// Agora APP ID.

Android/APIExample/README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
3. 复制后台的 **App Id** 并备注,稍后启动应用时会用到它
2424
4. 复制后台的 **App 证书** 并备注,稍后启动应用时会用到它
2525

26-
5. 打开 `Android/APIExample` 并编辑 `app/src/main/res/values/string-config.xml`,将你的 AppID 、App主证书 分别替换到 `Your App Id``YOUR APP CERTIFICATE`
26+
5. 打开 `Android/APIExample` 并编辑 `app/src/main/res/values/string-configs.xml`,将你的 AppID 、App主证书 分别替换到 `Your App Id``YOUR APP CERTIFICATE`
2727

2828
```
2929
// 声网APP ID。

0 commit comments

Comments
 (0)