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'
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01