Advertisement
iBotPeaches

Bug427 - Apktool

Mar 14th, 2013
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. bash-3.2$ apktool if 1.apk --frame-path /tmp
  2. I: Framework installed to: /tmp/1.apk
  3. bash-3.2$ apktool d -f --frame-path /tmp tst_apk.apk
  4. Using Framework Directory: /tmp
  5. I: Baksmaling...
  6. I: Loading resource table...
  7. I: Loaded.
  8. I: Decoding AndroidManifest.xml with resources...
  9. I: Loading resource table from file: /tmp/1.apk
  10. I: Loaded.
  11. I: Regular manifest package...
  12. I: Decoding file-resources...
  13. I: Decoding values */* XMLs...
  14. I: Done.
  15. I: Copying assets and libs...
  16. bash-3.2$ apktool b tst_apk
  17. I: Checking whether sources has changed...
  18. I: Smaling...
  19. I: Checking whether resources has changed...
  20. I: Building resources...
  21. Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: Can't create directory: /home/brandon/apktool/framework
  22. at brut.androlib.Androlib.buildResourcesFull(Androlib.java:353)
  23. at brut.androlib.Androlib.buildResources(Androlib.java:281)
  24. at brut.androlib.Androlib.build(Androlib.java:209)
  25. at brut.androlib.Androlib.build(Androlib.java:177)
  26. at brut.apktool.Main.cmdBuild(Main.java:230)
  27. at brut.apktool.Main.main(Main.java:79)
  28. Caused by: brut.androlib.AndrolibException: Can't create directory: /home/brandon/apktool/framework
  29. at brut.androlib.res.AndrolibResources.getFrameworkDir(AndrolibResources.java:720)
  30. at brut.androlib.res.AndrolibResources.getFrameworkApk(AndrolibResources.java:551)
  31. at brut.androlib.Androlib.parseUsesFramework(Androlib.java:503)
  32. at brut.androlib.Androlib.buildResourcesFull(Androlib.java:334)
  33. ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement