From 50a8553e8f93d781800d0eb798abaf13c682e023 Mon Sep 17 00:00:00 2001 From: caixinming <11121464+caixinming@user.noreply.gitee.com> Date: Tue, 7 Jun 2022 02:02:29 +0000 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E7=94=A8=E6=88=B7=E6=9B=B4=E6=8D=A2apiKey?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2dc6fe..a89e085 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ In Android Studio, use the "Open an existing Android Studio project", and select You can use the "gradlew build" command to build the project directly. -You should create an app in AppGallery Connect, and obtain the file of agconnect-services.json and add to the project. You should also generate a signing certificate fingerprint and add the certificate file to the project, and add configuration to build.gradle. See the [Configuring App Information in AppGallery Connect](https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/android-sdk-config-agc-0000001050158579) guide to configure app in AppGallery Connect. +You should create an app in AppGallery Connect, and obtain the file of agconnect-services.json and add to the project. You should also generate a signing certificate fingerprint and add the certificate file to the project, and add configuration to build.gradle. See the [Configuring App Information in AppGallery Connect](https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/android-sdk-config-agc-0000001050158579) guide to configure app in AppGallery Connect. In addition, change the value of the apiKey variable ("your api key") of the getApiKey function in Utils.java to the value of apiKey obtained from agconnect-services.json. -- Gitee