Fixed
Status Update
Comments
sp...@google.com <sp...@google.com>
aa...@google.com <aa...@google.com>
aa...@google.com <aa...@google.com>
an...@google.com <an...@google.com> #2
Please re-assign to UX. It was a UX team request to make them appear this way.
They, however, are supposed to be black solid black in bound to a variable (I don't know why it is important).
be...@gmail.com <be...@gmail.com> #3
these should be the [...] button. I don't know where that request came from but the pattern should be similar to what you see here.
be...@gmail.com <be...@gmail.com> #4
Setting as P2 as it is a minor UX issue.
be...@gmail.com <be...@gmail.com> #5
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 Ladybug Feature Drop | 2024.2.2 Canary 1
- Android Gradle Plugin 8.8.0-alpha01
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!
sa...@gmail.com <sa...@gmail.com> #6
The Kiedo WordPress theme is an excellent choice for promoting apps and SaaS products. Its sleek design and customizable features make it perfect for showcasing innovative tools like https://gbwhatsapppro.online/ . Whether you’re building a landing page for an app or a software platform, Kiedo has everything you need to create a professional and engaging website. Highly recommended for developers and marketers alike!
sa...@gmail.com <sa...@gmail.com> #7
Need to save your favorite Instagram posts? Insta Downloader makes it quick and simple! From HD photos to trending reels, this tool handles everything seamlessly. Say goodbye to complicated downloads and hello to instant content saving. Visit Now :https://instatiktok.com/
Description
.aab files already include a proguard.map to perform deobfuscation, but this isn't picked up by the APK inspector.
Instead you have to separately
- Extract the .aab contents
- Rename the extracted proguard.map file -> mapping.txt, as this is the only supported mapping filename (
- Open this file via "Load proguard mappings"
Ideally, Studio would just automatically load the included proguard.map when opening an app bundle.
I understand that more detailed information is available if you have access to the original build output and the seeds.txt and usage.txt files, but for many use cases only the mapping is enough.