問題描述
此錯誤出現在照片編輯應用程序中
當我點擊運行或嘗試上傳 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'的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!