Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile ICS packages #12

Open
vanowm opened this issue Dec 27, 2011 · 0 comments
Open

Can't compile ICS packages #12

vanowm opened this issue Dec 27, 2011 · 0 comments

Comments

@vanowm
Copy link

vanowm commented Dec 27, 2011

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant