Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
je...@google.com <je...@google.com>
sv...@whisp.de <sv...@whisp.de> #3
Awesome, thanks! Can this fix also be backported to 4.1? From what I understand 4.2 still has a long road ahead until it reaches beta/stable.
Description
Meta
Studio Build: Android Studio 4.1 Beta 1 Build #AI-201.7223.91.41.6565218, built on June 6, 2020 Version of Gradle Plugin: 4.1.0-beta01 Version of Gradle: 6.5-rc-1-all Version of Java: OpenJDK 64-Bit Server VM by JetBrains s.r.o OS: macOS 10.15.5
Steps to Reproduce
applicationIdSuffix ""
Description
Starting with AGP 4.1.0-beta01 you'll get the following error:
See attached file for full log.
Background
Sometimes it is needed to override the
applicationIdSuffix
for variants which useinitWith
in combination with another build type. For instance, we like to suffix our application IDs for debug/development builds with.stage
, but need to clear this suffix for special development builds which we use to test purchases via Google Play.