我尝试使用FolioReader库在我的项目中使用epub文件。我添加依赖项到我的项目并构建它,但我得到这个错误:
FAILURE: Build completed with 7 failures.
字符串
1:任务失败,出现异常。
- 错误:任务“:app:checkloggAarMetadata”执行失败。
无法解析配置“:app:debugRuntimeClasspath”的所有文件。找不到com.github。codetoart:r2-shared-kotlin:1.0.4-2。在以下位置搜索:-https://dl.google.com/dl/android/maven2/com/github/codetoart/r2-shared-kotlin/1.0.4-2/r2-shared-kotlin-1.0.4-2.pom-https://repo.maven.apache.org/maven2/com/github/codetoart/r2-shared-kotlin/1.0.4-2/r2-shared-kotlin-1.0.4-2.pom-https://jcenter.bintray.com/com/github/codetoart/r2-shared-kotlin/1.0.4-2/r2-shared-kotlin-1.0.4-2.pom必需条件:project:app > com。folioreader:folioreader:0.5.4找不到com.github。codetoart:r2-streamer-kotlin:1.0.4-2。在以下位置搜索:-https://dl.google.com/dl/android/maven2/com/github/codetoart/r2-streamer-kotlin/1.0.4-2/r2-streamer-kotlin-1.0.4-2.pom-https://repo.maven.apache.org/maven2/com/github/codetoart/r2-streamer-kotlin/1.0.4-2/r2-streamer-kotlin-1.0.4-2.pom-https://jcenter.bintray.com/com/github/codetoart/r2-streamer-kotlin/1.0.4-2/r2-streamer-kotlin-1.0.4-2.pom必需条件:project:app > com。folioreader:folioreader:0.5.4
build.gradle:
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
型
build.gradle(app):
implementation "com.folioreader:folioreader:0.5.4"
implementation 'com.github.codetoart:r2-shared-kotlin:1.0.4-2'
型
3条答案
按热度按时间ffdz8vbo1#
看起来这个依赖关系,特别是具有此组ID的依赖关系存在于Jitpack.io中。您只需将jitpack.io添加到您的gradle存储库。请参见此处:https://jitpack.io/p/codetoart/r2-shared-kotlin
gk7wooem2#
检查一下如何执行。
你需要有这些仓库
字符串
以及以下依赖关系
型
woobm2wo3#
我也有同样的问题,当去Jitpack.io时,他们说要用途:
字符串