View Single Post
Old 08-23-2011, 03:22 AM   #12
Lobotom1
Member
Lobotom1 began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Jun 2011
Device: entourage edge
trouble using apkfixer

Issue solved, apktool has to be installed also to be able to use apkfixer.


Hi,

Trying to use the apkfixer on my win 7 running the apkfixer.bat file I got the an error message on the dos box while selecting the apk file I want to fix. (log is below).

If I click on apkfixer.jar, when I select the akp file I want to fix, nothing happens.


F:\Progs\ApkFixer>java -jar apkfixer.jar
java.io.IOException: Cannot run program "apktool.bat": CreateProcess error=2, the specified file cannot be found
at java.lang.ProcessBuilder.start(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at com.ptsenter.apkfixer.ApkfixerView.jFileChooser2Ac tionPerformed(Apkfi
xerView.java:226)
at com.ptsenter.apkfixer.ApkfixerView.access$800(Apkf ixerView.java:27)
at com.ptsenter.apkfixer.ApkfixerView$4.actionPerform ed(ApkfixerView.jav
a:127)
at javax.swing.JFileChooser.fireActionPerformed(Unkno wn Source)
at javax.swing.JFileChooser.approveSelection(Unknown Source)
at javax.swing.plaf.basic.BasicFileChooserUI$Handler. mouseClicked(Unknow
n Source)
at sun.swing.FilePane$Handler.mouseClicked(Unknown Source)
at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent( Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(U nknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unkno wn Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectio nPrivilege(Unknown
Source)
at java.security.AccessControlContext$1.doIntersectio nPrivilege(Unknown
Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectio nPrivilege(Unknown
Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(U nknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.io.IOException: CreateProcess error=2, Le fichier spÚcifiÚ est i
ntrouvable
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
... 43 more

Last edited by Lobotom1; 08-23-2011 at 03:29 AM. Reason: found the issue
Lobotom1 is offline   Reply With Quote