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
3.5.0-agp7.0 does not work with Artic Fox (beta version of Android Studio) #975
A clear and concise description of what the bug is.
When you upgrade to the versions specified below and try to compile your project you get the following error.
Unable to load class 'com.android.build.api.extension.AndroidComponentsExtension$DefaultImpls'.
This is an unexpected error. Please file a bug containing the idea.log file.
Describe the bug
A clear and concise description of what the bug is. When you upgrade to the versions specified below and try to compile your project you get the following error.
Unable to load class 'com.android.build.api.extension.AndroidComponentsExtension$DefaultImpls'.
This is an unexpected error. Please file a bug containing the idea.log file.
How To Reproduce
Compile your android project
Versions
3.5.0-agp7.0 Gradle 7.1 Artic Fox 2020.3.1 beta 4 Android Gradle plugin 7.0.0-beta04
Tasks executed
What tasks did you run? For example,
publishBundle
.Expected behavior
A clear and concise description of what you expected to happen.
Additional context (if a crash, provide stack trace)
Add any other context about the problem here. If this bug is a crash, run the task with
--stacktrace
to get the full context.