Replies: 2 comments
-
Are you using aapt1 or aapt2? It it more reproducible with one over the other? aapt2 is a multi stage build, while aapt1 isn't which is why I ask. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, We've been using aapt1 (I only learned of the aapt2 flag when you posted! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm investigating an issue whereby some images are sometimes missing from the "build" folder created when rebuilding an APK. The set of missing images varies from one rebuild to another. I can confirm that all the images are present in the folder passed to Apktool.
I'm running Apktool.bat from within another process (our proprietary localisation software) using the Windows CreateProcess API function. It occasionally reproduces when running automated test scripts on a machine with 8GB of RAM but never when used on dev machines (all have 16GB). I didn't want to log a bug proper as I don't have enough information but was wondering if this is something you've seen before or might have an explanation for?
Beta Was this translation helpful? Give feedback.
All reactions