mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-07 05:06:59 +01:00
aapt2: wire up zipPackage() instead of using aapt1 for final apk package
This commit is contained in:
parent
9e5df69d17
commit
a8bdad628a
@ -690,7 +690,7 @@ public class Androlib {
|
||||
if (!assetDir.exists()) {
|
||||
assetDir = null;
|
||||
}
|
||||
mAndRes.aaptPackage(outApk, null, null, new File(appDir, APK_DIRNAME), assetDir, null);
|
||||
mAndRes.zipPackage(outApk, new File(appDir, APK_DIRNAME), assetDir);
|
||||
}
|
||||
|
||||
public void publicizeResources(File arscFile) throws AndrolibException {
|
||||
|
Loading…
Reference in New Issue
Block a user