gpt4 book ai didi

android - 签名库无法加载Gradle

转载 作者:行者123 更新时间:2023-12-03 06:09:32 25 4
gpt4 key购买 nike

我已经下载了一个用于签名捕获的库(https://github.com/gcacace/android-signaturepad),并按照说明进行操作,但是仍然收到错误:

Error:(2, 1) A problem occurred evaluating project ':signature-pad'.

org/gradle/api/publication/maven/internal/DefaultMavenFactory



这就是我按照指令说的做的:
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

repositories {
mavenCentral()
}

dependencies {
compile 'com.github.gcacace:signature-pad:1.1.0'
}
 Properties properties = new Properties()
final def bintrayPropertiesFile = project.rootProject.file('bintray.properties')
if (bintrayPropertiesFile.exists()) properties.load(bintrayPropertiesFile.newDataInputStream())

或者,您可以建议使用其他任何免费的Android签名捕获库。

最佳答案

android-maven似乎有问题。

这行是必需的吗?删除它,然后重试:

apply plugin: 'com.github.dcendents.android-maven'

如果它不起作用,则应在终端中运行“./gradlew build --debug”以获取更多错误信息。

关于android - 签名库无法加载Gradle,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36080001/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com