Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.13k stars 341 forks source link

Android Studio 4.0 Alpha 7 Crash #757

Closed wezley98 closed 4 years ago

wezley98 commented 4 years ago

Describe the bug

Build Crashes

How To Reproduce

  1. Upgrade project to Android Studio 4.0 Alpha 7
  2. Run task publishReleaseBundle

Versions

Tasks executed

publishReleaseBundle

Expected behavior

Build completes

Additional context (if a crash, provide stack trace)

Execution failed for task ':app:generateReleasePlayResources'.
> A failure occurred while executing com.github.triplet.gradle.play.tasks.GenerateResources$Generator
   > Could not create an instance of type com.github.triplet.gradle.play.tasks.GenerateResources$Generator.
      > Unable to determine constructor argument #1: missing parameter of type ProjectLayout, or no service of type ProjectLayout.
SUPERCILEX commented 4 years ago

Yup, already fixed. Use GPP v2.6.2.

wezley98 commented 4 years ago

Fixed in v2.6.2

wezley98 commented 4 years ago

Thanks just seen the release now, thanks for the fast fix 👍