简体   繁体   English

HMS Toolkit Build 错误 - 在存储库中找不到依赖项

[英]HMS Toolkit Build error - not finding dependency in repositories

I am trying to port an app for AppGallery.我正在尝试为 AppGallery 移植一个应用程序。 While trying to build over HMS it is giving me the following error:在尝试构建 HMS 时,它给了我以下错误:

* What went wrong:

Execution failed for task ':app:mergeDebugNativeLibs'.任务 ':app:mergeDebugNativeLibs' 执行失败。

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.无法解析配置“:app:debugRuntimeClasspath”的所有文件。 Could not find com.huawei.hms:ads-identifier:3.4.40.300.找不到 com.huawei.hms:ads-identifier:3.4.40.300。 Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/huawei/hms/ads-identifier/3.4.40.300/ads-identifier-3.4.40.300.pom - https://jcenter.bintray.com/com/huawei/hms/ads-identifier/3.4.40.300/ads-identifier-3.4.40.300.pom - https://maven.google.com/com/huawei/hms/ads-identifier/3.4.40.300/ads-identifier-3.4.40.300.pom - https://developer.huawei.com/repo/com/huawei/hms/ads-identifier/3.4.40.300/ads-identifier-3.4.40.300.pom Required by:在以下位置搜索: - https://dl.google.com/dl/android/maven2/com/huawei/hms/ads-identifier/3.4.40.300/ads-identifier-3.4.40.300.pom - Z5E056C500A1C4B6A71Z8/BADE50D /jcenter.bintray.com/com/huawei/hms/ads-identifier/3.4.40.300/ads-identifier-3.4.40.300.pom - https://maven.google.com/com/huawei/hms/ads-identifier /3.4.40.300/ads-identifier-3.4.40.300.pom - https://developer.huawei.com/repo/com/huawei/hms/ads-identifier/3.4.40.300/ads-identifier-3.4.40.300.pom要求:

The repository is indeed in the gradle file.存储库确实在 gradle 文件中。 Any help will be appreciated任何帮助将不胜感激

Strangely, it seems that the HMS converter, although the latest version is adding some old dependencies:奇怪的是,似乎是 HMS 转换器,虽然最新版本正在添加一些旧的依赖项:

Could not find com.huawei.hms:hwid:5.3.0.301 & push kit when adding HMS alongside GMS using HMS Toolkit 使用 HMS Toolkit 添加 HMS 和 GMS 时找不到 com.huawei.hms:hwid:5.3.0.301 & push kit

after updating to a newer version the errors were resolved.更新到较新版本后,错误已解决。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM