未解决的参考:xms。华为Xms适配层不工作
Unresolved reference: xms. Huawei Xms adaption layer is not working
我正在尝试为我的应用程序添加 G+H 解决方案。我已经完成了从 HMS 工具包的转换。但是在转换之后,它给了我关于 xms 导入的错误,也给了我关于
的错误
无法解析配置“:classpath”的所有工件。
Could not find com.huawei.agconnect:agconnect-apms-plugin:1.5.1.300.
Searched in the following locations:
- 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
Required by:
project :
可能的解决方案:
- 声明提供工件的存储库,请参阅 https://docs.gradle.org/current/userguide/declaring_repositories.html
处的文档
问题可能出在您的 APM 插件上。尝试将其更改为 classpath 'com.huawei.agconnect:agconnect-apms-plugin:1.4.1.306'
可能会解决您的问题。
详情请查看Docs。
请尝试以下解决方案。
确保
Class指定路径
类路径'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'
我正在尝试为我的应用程序添加 G+H 解决方案。我已经完成了从 HMS 工具包的转换。但是在转换之后,它给了我关于 xms 导入的错误,也给了我关于
的错误无法解析配置“:classpath”的所有工件。
Could not find com.huawei.agconnect:agconnect-apms-plugin:1.5.1.300. Searched in the following locations: - 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 Required by: project :
可能的解决方案:
- 声明提供工件的存储库,请参阅 https://docs.gradle.org/current/userguide/declaring_repositories.html 处的文档
问题可能出在您的 APM 插件上。尝试将其更改为 classpath 'com.huawei.agconnect:agconnect-apms-plugin:1.4.1.306'
可能会解决您的问题。
详情请查看Docs。
请尝试以下解决方案。
确保
Class指定路径
类路径'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'