mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-05 02:22: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 {
|
private static File getAppt(Integer version) throws BrutException {
|
||||||
File aaptBinary;
|
File aaptBinary;
|
||||||
String aaptVersion = "aapt" + (version == 2 ? "2" : null);
|
String aaptVersion = "aapt" + (version == 2 ? "2" : "");
|
||||||
|
|
||||||
if (! OSDetection.is64Bit() && ! OSDetection.isWindows()) {
|
if (! OSDetection.is64Bit() && ! OSDetection.isWindows()) {
|
||||||
throw new BrutException("32 bit OS detected. No 32 bit binaries available.");
|
throw new BrutException("32 bit OS detected. No 32 bit binaries available.");
|
||||||
|
Loading…
Reference in New Issue
Block a user