未解决的参考:xms。华为Xms适配层不工作
Posted
技术标签:
【中文标题】未解决的参考:xms。华为Xms适配层不工作【英文标题】:Unresolved reference: xms. Huawei Xms adaption layer is not working 【发布时间】:2021-06-13 13:55:15 【问题描述】:我正在尝试为我的应用添加 G+H 解决方案。我已经从 HMS 工具包完成了转换。但是在转换之后,它给我 xms 导入的错误,它也给我关于的错误
无法解析配置“:classpath”的所有工件。
找不到com.huawei.agconnect:agconnect-apms-plugin:1.5.1.300。 在以下位置搜索: - https://dl.google.com/dl/android/maven2/com/huawei/agconnect/agconnect-apms-plugin/1.5.1.300/agconnect-apms-plugin-1.5.1.300.pom - https://jcenter.bintray.com/com/huawei/agconnect/agconnect-apms-plugin/1.5.1.300/agconnect-apms-plugin-1.5.1.300.pom - https://developer.huawei.com/repo/com/huawei/agconnect/agconnect-apms-plugin/1.5.1.300/agconnect-apms-plugin-1.5.1.300.pom 要求: 项目:
可能的解决方案:
声明提供工件的存储库,请参阅https://docs.gradle.org/current/userguide/declaring_repositories.html 上的文档【问题讨论】:
【参考方案1】:问题可能是由于您的 APM 插件造成的。尝试将其更改为 classpath 'com.huawei.agconnect:agconnect-apms-plugin:1.4.1.306'
可能会解决您的问题。
详情请查看Docs。
【讨论】:
【参考方案2】:请尝试以下解决方案。
确定
指定类路径
类路径'com.huawei.agconnect:agcp:1.2.1.301' 类路径'com.huawei.agconnect:agconnect-apms-plugin:1.2.1.301'
应用这些插件
应用插件:'com.huawei.agconnect' 应用插件:'com.huawei.agconnect.apms'
【讨论】:
以上是关于未解决的参考:xms。华为Xms适配层不工作的主要内容,如果未能解决你的问题,请参考以下文章