实施 'com.hold1:keyboardheightprovider:0.0.9'

2022-01-08 00:00:00 sdk android gradle java apk

此错误出现在照片编辑应用程序中

当我点击运行或尝试上传 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

相关文章