C:\android\tools\other\..\projects\framework-res.apk\res\values\public.xml:3892: error: Public symbol drawable/zzzzz_tw_quickcontact_slider_grip_right declared here is not defined.
C:\android\tools\other\..\projects\framework-res.apk\res\values\public.xml:3893: error: Public symbol drawable/zzzzz_tw_quickcontact_top_frame declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\deciple\AppData\Local\Temp\APKTOOL4947772698808845272.tmp, -x, -S, C:\android\tools\other\..\projects\framework-res.apk\res, -M, C:\android\tools\other\..\projects\framework-res.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(Unknown Source)
at brut.androlib.Androlib.buildResourcesFull(Unknown Source)
at brut.androlib.Androlib.buildResources(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.apktool.Main.cmdBuild(Unknown Source)
at brut.apktool.Main.main(Unknown Source)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\deciple\AppData\Local\Temp\APKTOOL4947772698808845272.tmp, -x, -S, C:\android\tools\other\..\projects\framework-res.apk\res, -M, C:\android\tools\other\..\projects\framework-res.apk\AndroidManifest.xml]
at brut.util.OS.exec(Unknown Source)
Thats the bottom half of it, but yeah about the .9 pngs.
It decompiles fine, recompiling is where I run into the snag.
Haven't tried swapping the drawables for decompilation though, I'll give that a try.