aapt2: aapt1 is "aapt"

This commit is contained in:
Connor Tumbleson 2018-02-22 11:41:31 -05:00
parent 9751015857
commit bd0ce9aea3
1 changed files with 1 additions and 1 deletions

View File

@ -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.");