implementation #39;com.hold1:keyboardheightprovider:0.0.9#39;(实施 com.hold1:keyboardheightprovider:0.0.9)
问题描述
此错误出现在照片编辑应用程序中
当我点击运行或尝试上传 APK 时
我收到此错误
FAILURE:构建失败并出现异常.
- 出了什么问题:任务:app:checkDebugAarMetadata"执行失败.
无法解析配置:app:debugRuntimeClasspath"的所有文件.无法解析 com.hold1:keyboardheightprovider:0.0.9.要求:项目:应用程序>无法解析 com.hold1:keyboardheightprovider:0.0.9.>无法获取资源https://dl.bintray.com/crysis21/Android/com/hold1/keyboardheightprovider/0.0.9/keyboardheightprovider-0.0.9.pom".>无法获取https://dl.bintray.com/crysis21/Android/com/hold1/keyboardheightprovider/0.0.9/keyboardheightprovider-0.0.9.pom".从服务器收到状态码 403:禁止
试试:使用 --stacktrace 选项运行以获取堆栈跟踪.使用 --info 或 --debug 选项运行以获得更多日志输出.运行 --scan 以获得完整的见解.
在 https://help.gradle.org
获得更多帮助
我知道这是错误来自com.hold1:keyboardheightprovider:0.0.9.
但我不知道我能做什么请帮忙
在 1.0.3 中修复.生成的 Gradle POM 出现错误.更新项目中的依赖项.
实现'ro.holdone:keyboardheightprovider:1.0.3
This error IS IN A photo editing applications I closed offline gradel mode and it didn't work Knowing and i change the gradel didn't work too that
when I click run or trying to upload the APK
I get this error
FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':app:checkDebugAarMetadata'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not resolve com.hold1:keyboardheightprovider:0.0.9. Required by: project :app > Could not resolve com.hold1:keyboardheightprovider:0.0.9. > Could not get resource 'https://dl.bintray.com/crysis21/Android/com/hold1/keyboardheightprovider/0.0.9/keyboardheightprovider-0.0.9.pom'. > Could not GET 'https://dl.bintray.com/crysis21/Android/com/hold1/keyboardheightprovider/0.0.9/keyboardheightprovider-0.0.9.pom'. Received status code 403 from server: Forbidden
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
I know that's the error is from com.hold1:keyboardheightprovider:0.0.9.
but I don't know what I can do please help
Fixed in 1.0.3. there was a mistake in generated Gradle POM. update dependency in your project.
implementation 'ro.holdone:keyboardheightprovider:1.0.3
这篇关于实施 'com.hold1:keyboardheightprovider:0.0.9'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:实施 'com.hold1:keyboardheightprovider:0.0.9'
基础教程推荐
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 降序排序:Java Map 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01