集成华为应用市场APM SDK报错"miss client id"
Error "miss client id" Is Reported when trying to integrate Huawei AppGallery APM SDK
我尝试设置 APM SDK,但是当我尝试 运行 我的应用程序时,我收到以下错误消息:
I/com.huawei.agc.apms: failed to fetch remote config: client token
request miss client id, please check whether the
'agconnect-services.json' is configured correctly
我发现 https://forums.developer.huawei.com/forumPortal/en/topic/0203417432150160006 谈到了这个错误。
我发现我错过了在我的应用级别实际应用所需插件的(相当重要的)步骤 build.gradle 文件
添加:
plugins {
id 'com.android.application'
id 'com.huawei.agconnect'
id 'com.huawei.agconnect.apms'
}
已解决问题
我尝试设置 APM SDK,但是当我尝试 运行 我的应用程序时,我收到以下错误消息:
I/com.huawei.agc.apms: failed to fetch remote config: client token request miss client id, please check whether the 'agconnect-services.json' is configured correctly
我发现 https://forums.developer.huawei.com/forumPortal/en/topic/0203417432150160006 谈到了这个错误。
我发现我错过了在我的应用级别实际应用所需插件的(相当重要的)步骤 build.gradle 文件
添加:
plugins {
id 'com.android.application'
id 'com.huawei.agconnect'
id 'com.huawei.agconnect.apms'
}
已解决问题