Android上传至 bintray 报错

浏览:36日期:2022-12-03

问题描述

Execution failed for task ’:app:bintrayUpload’* What went wrong:Execution failed for task ’:app:bintrayUpload’.> Could not create package ’didikee/maven/AndroidNormalUILibs’: HTTP/1.1 404 Not Found

详细log:

Executing task ’:app:install’ (up-to-date check took 0.001 secs) due to: Task has not declared any outputs.Publishing configuration: configuration ’:app:archives’Publishing to org.gradle.api.publication.maven.internal.deployer.BaseMavenInstaller@42b2bed5:app:install (Thread[Daemon worker,5,main]) completed. Took 0.272 secs.:app:bintrayUpload (Thread[Daemon worker,5,main]) started.:app:bintrayUpload Executing task ’:app:bintrayUpload’ (up-to-date check took 0.0 secs) due to: Task has not declared any outputs.Found 1 configuration(s) to publish.Package ’AndroidNormalUILibs’ does not exist. Attempting to creating it...:app:bintrayUpload FAILED :app:bintrayUpload (Thread[Daemon worker,5,main]) completed. Took 8.867 secs. FAILURE: Build failed with an exception. * What went wrong:Execution failed for task ’:app:bintrayUpload’.> Could not create package ’didikee/maven/AndroidNormalUILibs’: HTTP/1.1 404 Not Found * Try: Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.

如何处理?

问题解答

回答1:

你可以参考我这篇文章来上传:http://idisfkj.github.io/2016...

回答2:

404啦,貌似要翻墙。

相关文章: