Lordvincent 90
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
im trying to make some changes to secsettings.apk an i keep getting some errors.
if i decompile and recompile without making any changes it builds fine.
but once i make the changes (trying to add an additional menu) i get this error
anyone have any insight?
this is the guide i followed, if that helps any
http://forum.xda-developers.com/showthread.php?t=2341389
if i decompile and recompile without making any changes it builds fine.
but once i make the changes (trying to add an additional menu) i get this error
Code:
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 16, --target-sdk-version, 16, -F, C:\Users\Admin\AppData\Local\Temp\APKTOOL2329342052280133144.tmp, -I, C:\Users\Admin\apktool\framework\1.apk, -S, C:\users\admin\_working\SecSettings.apk\res, -M, C:\users\admin\_working\SecSettings.apk\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
at brut.androlib.Androlib.buildResources(Androlib.java:283)
at brut.androlib.Androlib.build(Androlib.java:206)
at brut.androlib.Androlib.build(Androlib.java:176)
at brut.apktool.Main.cmdBuild(Main.java:228)
at brut.apktool.Main.main(Main.java:79)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 16, --target-sdk-version, 16, -F, C:\Users\Admin\AppData\Local\Temp\APKTOOL2329342052280133144.tmp, -I, C:\Users\Admin\apktool\framework\1.apk, -S, C:\users\admin\_working\SecSettings.apk\res, -M, C:\users\admin\_working\SecSettings.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:357)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 16, --target-sdk-version, 16, -F, C:\Users\Admin\AppData\Local\Temp\APKTOOL2329342052280133144.tmp, -I, C:\Users\Admin\apktool\framework\1.apk, -S, C:\users\admin\_working\SecSettings.apk\res, -M, C:\users\admin\_working\SecSettings.apk\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:355)
... 6 more
this is the guide i followed, if that helps any
http://forum.xda-developers.com/showthread.php?t=2341389