Fixed
Status Update
Comments
so...@google.com <so...@google.com>
ga...@google.com <ga...@google.com>
ga...@google.com <ga...@google.com> #2
Thank you for posting an issue. It is not obvious to me what the error is, please give some more information, ideally a
If you cannot provide a dump, please share the full stack trace and potentially the classes that are failing if that is available from the information you have. You can probably obtain it by running the release process from the command line.
The Expected stack map table for method with non-linear control flow.
is because you have invalid class file input. It is an error to not provide frame information in jumps and has been so from class file version 50.
Description
DESCRIBE THE ISSUE IN DETAIL:
In Gradle 7.1, org.gradle.util.GUtil has been soft deprecated (
@Deprecated
annotation).For Gradle 7.6 we wanted to add deprecation nagging to it. Our smoke tests show that the Android Gradle Plugin still uses the GUtil.toWords(string) function in >= 7.4. We will postpone adding the deprecation nagging because users currently cannot resolve it.
Could you please look into removing that usage from the Android Gradle Plugin?
Studio Build: Version of Gradle Plugin: 7.4 Version of Gradle: Version of Java: OS: