我对logcat中的这条消息有些疑惑:</p>
E/HMSSDK_AGCUtils: Get appId with AGConnectServicesConfig failed
如果在查看 Maps Kit 地图时显示此错误或消息,以后可能会出现问题?
我已经尝试过以下方法:
- build.grade 中没有应用 agconnect 插件
- 手动添加
<meta-data
android:name="com.huawei.hms.client.appid"
<!-- Replace xxx with the actual app ID, which can be obtained on the App information page. --> -->
android:value="appid=xxx">
</meta-data>
<!-- Replace xxx with the actual payment ID, which can be obtained from the app's IAP information. --> -->
<meta-data
android:name="com.huawei.hms.client.cpid"
android:value="cpid=xxx">
</meta-data>
但是消息不断弹出,还有什么需要考虑的吗?此消息会在将来影响吗?