Advertisement
shauvik

guiripper_zipalign

Aug 11th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. vagrant@vagrant-ubuntu-trusty-64:/vagrant/tools/GUIRipper/AlphaTest_0.5k/batch$ ./starter.sh installer_smali
  2. Creating output directories on the local machine
  3.  
  4. Launching the Android emulator to install the packages.
  5.  
  6. First boot requires a couple of minutes. Please wait...
  7.  
  8.  
  9. Installing the packages on the virtual device. Please wait...
  10. I: Checking whether sources has changed...
  11. I: Smaling...
  12. I: Checking whether resources has changed...
  13. I: Building resources...
  14. I: Building apk file...
  15. Exception in thread "main" java.io.IOException: Cannot run program "/vagrant/android-sdk-linux/tools/zipalign": error=2, No such file or directory
  16. at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
  17. at java.lang.Runtime.exec(Runtime.java:617)
  18. at java.lang.Runtime.exec(Runtime.java:485)
  19. at de.troido.resigner.controll.ResignerLogic.zipAlign(ResignerLogic.java:48)
  20. at de.troido.resigner.controll.ResignerLogic.resign(ResignerLogic.java:138)
  21. at de.troido.resigner.main.Main.main(Main.java:21)
  22. Caused by: java.io.IOException: error=2, No such file or directory
  23. at java.lang.UNIXProcess.forkAndExec(Native Method)
  24. at java.lang.UNIXProcess.<init>(UNIXProcess.java:186)
  25. at java.lang.ProcessImpl.start(ProcessImpl.java:130)
  26. at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
  27. ... 5 more
  28. ./installer_smali.sh: line 76: /vagrant/tools/GUIRipper/AlphaTest_0.5k/batch/../tools/ant/bin/ant: No such file or directory
  29. 1170 KB/s (146766 bytes in 0.122s)
  30.  
  31. Creating the output directories on the virtual device.
  32.  
  33. Unable to chmod /data/data/org.tomdroid/files: No such file or directory
  34. 78 KB/s (3848 bytes in 0.047s)
  35.  
  36. Deploy Completed
  37. The emulator has been closed automatically.
  38. Click on "Define Snapshot" to set the initial state.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement