Status Update
Comments
qu...@quicinc.com <qu...@quicinc.com> #2
STEPS TO REPRODUCE:
Suppose we have such entry in Main.apk:
main.apk -->
res/ic_launcher_round.webp 10K
assets/plugin.apk -->
res/ic_launcher_round.webp 1K
check Apk Analyzer assets/plugin.apk/res/ic_launcher_round.webp
size
Expected result:
ic_launcher_round.webp
display 1k
Actual result:
ic_launcher_round.webp
display 10k
Pls check attachment main.apk or main.png
Studio Build: Android Studio Giraffe | 2022.3.1
OS: N/A
qu...@quicinc.com <qu...@quicinc.com> #3
Hi, @rp...@google.com
Is there any update on this issue?
bl...@google.com <bl...@google.com> #4
Just had a chance to look at this -- seems like we're looking up the zip entry from the wrong zip manifest. I'll see what I can do about this.
aj...@google.com <aj...@google.com> #5
This has been fixed, will be out in Canary (or something) in a couple of releases.
aj...@google.com <aj...@google.com> #6
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 3
- Android Gradle Plugin 8.8.0-alpha03
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!
pi...@google.com <pi...@google.com> #7
Should be fixed now. Thanks for the fix @quic_jiangenj@quicinc.com.
Description
Need to add vendor_available to true in Android.bp.