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
Getting error when *xhdpi folders present in the package using apktool 1.4.3:
E:\android-sdk\apktool\apk_manager_4.9\other>apktool b -f SystemUI
W: Could not find sources
I: Building resources...
invalid resource directory name: E:\android-sdk\apktool\apk_manager_4.9\other\SystemUI\res/drawable-xhdpi
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Vano\A
ppData\Local\Temp\APKTOOL1822773242991317666.tmp, -I, C:\Users\Vano\apktool\framework\1.apk, -I, C:\Users\Vano\apktool\framework\2.apk, -S,
E:\android-sdk\apktool\apk_manager_4.9\other\SystemUI\res, -M, E:\android-sdk\apktool\apk_manager_4.9\other\SystemUI\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Vano\AppData\Local\Temp\APKTOOL1822773242991317666.tmp,
-I, C:\Users\Vano\apktool\framework\1.apk, -I, C:\Users\Vano\apktool\framework\2.apk, -S, E:\android-sdk\apktool\apk_manager_4.9\other\Syst
emUI\res, -M, E:\android-sdk\apktool\apk_manager_4.9\other\SystemUI\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
The text was updated successfully, but these errors were encountered:
Getting error when *xhdpi folders present in the package using apktool 1.4.3:
The text was updated successfully, but these errors were encountered: