Im trying to push apk using gradle-play-publisher but getting following error:
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)
...
How can I push my first apk using gradle-play-publisher
even without using web interface for the first time? any pointer?
Thanks,