Fixed
Status Update
Comments
rk...@google.com <rk...@google.com>
ac...@google.com <ac...@google.com>
aa...@google.com <aa...@google.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
aa...@google.com <aa...@google.com> #3
Hi, @rp...@google.com
Is there any update on this issue?
an...@google.com <an...@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.
Description
Android Studio should know (via AGP) where mapping.txt is saved and should be able to automagically run retrace for me.