mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 10:02:55 +01:00
aapt2: aapt1 is "aapt"
This commit is contained in:
parent
9751015857
commit
bd0ce9aea3
@ -33,7 +33,7 @@ public class AaptManager {
|
||||
|
||||
private static File getAppt(Integer version) throws BrutException {
|
||||
File aaptBinary;
|
||||
String aaptVersion = "aapt" + (version == 2 ? "2" : null);
|
||||
String aaptVersion = "aapt" + (version == 2 ? "2" : "");
|
||||
|
||||
if (! OSDetection.is64Bit() && ! OSDetection.isWindows()) {
|
||||
throw new BrutException("32 bit OS detected. No 32 bit binaries available.");
|
||||
|
Loading…
Reference in New Issue
Block a user