You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apktool needs the apk, but then writes the output somewhere
It writes frameworks into ~ somewhere
It writes aapt/aapt2 into /tmp somewhere
So when folks mount a volume 1/1 into container - we don't have the other chunks covered. We basically need a tmpfs for the aapt/aapt2 and internal frameworks and some helper script to mount the intended apk (read only) into container, with some volume/mount to write the output.
Support temporary volumes/mounts for internal frameworks & aapt(2) copies.
The text was updated successfully, but these errors were encountered: