Advertisement
TugaPower

Compiling QuickSettings

Aug 5th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. I: Building resources...
  2. C:\android\ApkManagerICS\other\..\projects\QuickPanelSettings.apk\res\values\arrays.xml:5: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
  3. C:\android\ApkManagerICS\other\..\projects\QuickPanelSettings.apk\res\values\arrays.xml:5: error: Found tag </item> where </string-array> is expected
  4. C:\android\ApkManagerICS\other\..\projects\QuickPanelSettings.apk\res\values-pt\arrays.xml:5: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
  5. C:\android\ApkManagerICS\other\..\projects\QuickPanelSettings.apk\res\values-pt\arrays.xml:5: error: Found tag </item> where </string-array> is expected
  6. C:\android\ApkManagerICS\other\..\projects\QuickPanelSettings.apk\res\values\public.xml:11: error: Public symbol array/entries_ring_widget declared here is not defined.
  7. C:\android\ApkManagerICS\other\..\projects\QuickPanelSettings.apk\res\values\public.xml:10: error: Public symbol array/values_brightness_widget declared here is not defined.
  8. C:\android\ApkManagerICS\other\..\projects\QuickPanelSettings.apk\res\values\public.xml:12: error: Public symbol array/values_ring_widget declared here is not defined.
  9. Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\TUGAPO~1\AppData\Local\Temp\APKTOOL5290939016110628132.tmp, -I, C:\Users\TugaPower\apktool\framework\1.apk, -S, C:\android\ApkManagerICS\other\..\projects\QuickPanelSettings.apk\res, -M, C:\android\ApkManagerICS\other\..\projects\QuickPanelSettings.apk\AndroidManifest.xml]
  10. at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:193)
  11. at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
  12. at brut.androlib.Androlib.buildResources(Androlib.java:248)
  13. at brut.androlib.Androlib.build(Androlib.java:171)
  14. at brut.androlib.Androlib.build(Androlib.java:154)
  15. at brut.apktool.Main.cmdBuild(Main.java:182)
  16. at brut.apktool.Main.main(Main.java:67)
  17. Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\TUGAPO~1\AppData\Local\Temp\APKTOOL5290939016110628132.tmp, -I, C:\Users\TugaPower\apktool\framework\1.apk, -S, C:\android\ApkManagerICS\other\..\projects\QuickPanelSettings.apk\res, -M, C:\android\ApkManagerICS\other\..\projects\QuickPanelSettings.apk\AndroidManifest.xml]
  18. at brut.util.OS.exec(OS.java:83)
  19. at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
  20. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement