Fixed
Status Update
Comments
cm...@google.com <cm...@google.com>
cm...@google.com <cm...@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.
sa...@google.com <sa...@google.com> #3
Currently I cannot reproduce this error again. I have made more changes, two major which might have fixed it was removing dependency on androidx.multidex:multidex - and removed all the manual way of enabling it. I left the default behaviour. We no longer needed this library as we lifted minSdkVersion to 21 some time ago. Another change was to switch from flutter version 3.3.10 to 3.7.0. We embed flutter windows inside our application.
sa...@google.com <sa...@google.com> #4
If the issue re-appears feel free to re-open the bug.
Description
The new
com.android.settings
plugin is generated from different artifacts than the "normal" plugins.One side effects is that the javadoc for its API isn't generated because it's located in
:base:build-system:gradle-settings-api
.We should fix this in time for 7.4.