我试图使用分级游戏-出版商推送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)
...即使没有第一次使用web接口,我也如何使用gradle-play-publisher来推动我的第一个apk呢?有指针吗?
谢谢,
发布于 2015-07-18 18:00:15
你必须手动上传第一个版本。
请看我在这里的问题:https://github.com/Triple-T/gradle-play-publisher/issues/75#event-353579248。
https://stackoverflow.com/questions/31493889
复制相似问题