gradle-play-publisher 发布第一个版本

gradle-play-publisher publishing first version

我正在尝试使用 gradle-play-publisher 推送 apk 但出现以下错误:

Execution failed for task ':app:publishApkRelease'.
> No application was found for the package name com.xxx.xxx. Is this the first release for this app? The first version has to be uploaded via the web interface


* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:publishApkRelease'.
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46)
    at org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35)
...

如何在不使用网络界面的情况下使用 gradle-play-publisher 推送我的第一个 apk?任何指针?

谢谢,

您必须手动上传第一个版本。

请在此处查看我的问题:https://github.com/Triple-T/gradle-play-publisher/issues/75#event-353579248