Gradle-play-publisher: publishApkRelease task missing (using com.android.tools.build:gradle:2.2.0-rc2)

Created on 13 Sep 2016  路  7Comments  路  Source: Triple-T/gradle-play-publisher

It's similar to #157 but now Android Studio 2.2 is already at RC2.

I also want to thank you for your library, this has been very useful.

Most helpful comment

+1
Solved by updating 'com.github.triplet.gradle:play-publisher:1.1.4' to 1.1.5.
Gradle version is 2.2.0

All 7 comments

It seems that it happened after buildToolsVersion upgrade. I was able to release my app yesterday but today, after some tweaks and version upgrades, I am missing release task

OS X
Android Studio: 2.1.3
buildToolsVersion '24.0.2'
Gradle 2.14.1
Android Gradle plugin 2.1.3

Since yesterday I only upgraded build tools (23.x.x) and Gradle plugin

I can confirm that the gradle update from 2.1.3 to 2.2.0 (as the now released Android Studio 2.2 suggests) removes the two tasks:

Gradle 2.1.3

bootstrapReleasePlayResources
generateReleasePlayResources
publishApkRelease
publishListingRelease
publishRelease

Gradle 2.2.0

bootstrapReleasePlayResources
generateReleasePlayResources
publishListingRelease

+1

+1

+1

+1
Solved by updating 'com.github.triplet.gradle:play-publisher:1.1.4' to 1.1.5.
Gradle version is 2.2.0

I think this is a dupe of #145

Was this page helpful?
0 / 5 - 0 ratings

Related issues

theunreal picture theunreal  路  3Comments

SUPERCILEX picture SUPERCILEX  路  6Comments

daniele-pecora picture daniele-pecora  路  5Comments

MaTriXy picture MaTriXy  路  4Comments

kristiyanP picture kristiyanP  路  4Comments