問題描述
此錯(cuò)誤出現(xiàn)在照片編輯應(yīng)用程序中
當(dāng)我點(diǎn)擊運(yùn)行或嘗試上傳 APK 時(shí)
我收到此錯(cuò)誤
FAILURE:構(gòu)建失敗并出現(xiàn)異常.
- 出了什么問題:任務(wù):app:checkDebugAarMetadata"執(zhí)行失敗.
無法解析配置:app:debugRuntimeClasspath"的所有文件.無法解析 com.hold1:keyboardheightprovider:0.0.9.要求:項(xiàng)目:應(yīng)用程序>無法解析 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".從服務(wù)器收到狀態(tài)碼 403:禁止
試試:使用 --stacktrace 選項(xiàng)運(yùn)行以獲取堆棧跟蹤.使用 --info 或 --debug 選項(xiàng)運(yùn)行以獲得更多日志輸出.運(yùn)行 --scan 以獲得完整的見解.
在 https://help.gradle.org
獲得更多幫助
我知道這是錯(cuò)誤來自com.hold1:keyboardheightprovider:0.0.9.
但我不知道我能做什么請(qǐng)幫忙
在 1.0.3 中修復(fù).生成的 Gradle POM 出現(xiàn)錯(cuò)誤.更新項(xiàng)目中的依賴項(xiàng).
實(shí)現(xiàn)'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
這篇關(guān)于實(shí)施 'com.hold1:keyboardheightprovider:0.0.9'的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!