Fixed
Status Update
Comments
ml...@google.com <ml...@google.com>
sh...@google.com <sh...@google.com>
an...@google.com <an...@google.com> #3
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Koala | 2024.1.1 Canary 8
- Android Gradle Plugin 8.5.0-alpha08
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
When I tried to start profiling my app on a resizable emulator image, I got a popup with the following message:
Profiling with Low Overhead requires Android Gradle Plugin 7.3 or higher, a device with API level 29 or higher, and a system that is not debuggable (e.g., a Google Play enabled emulator system image). Do you want to Profile with Complete Data instead?
I think we should customize this message to tell the user which of the requirements have not been met, instead of listing all the requirements. Surely we already know since we checked before invoking this message.
(Using latest Koala canary on Mac arm64)