提问人:Nikola-Milovic 提问时间:8/12/2021 最后编辑:Nikola-Milovic 更新时间:8/13/2021 访问量:111
在 gradle 项目中实现本地 maven 库
Implement a local maven library into a gradle project
问:
我需要的库目前无法正常工作,我必须在本地构建和发布它。我需要依赖库 A,它需要 libraryB,而 libraryB 在正式版本中缺少 .aar。当我在本地构建它时,libraryB(使用 .aar)和 libraryA 都存在。
我收到的错误
Failed building KotlinMPPGradleModel
org.gradle.internal.resolve.ArtifactNotFoundException: Could not find firebase-app-debug.aar (dev.gitlive:firebase-app-android-debug:1.4.1).
Searched in the following locations:
https://repo.maven.apache.org/maven2/dev/gitlive/firebase-app-android-debug/1.4.1/firebase-app-android-debug-1.4.1.aar
该文件显然存在在此处
我已在存储库中列出mavenLocal
我必须以某种方式将这个库放入我的项目中
尝试解决此问题
答: 暂无答案
评论