I had the same problem, the environment variable held the correct path to JDK but the PATH variable didn't. I restarted the computer and then the PATH variable was updated to include a path to JDK. Then the application converted. Hope this helps anyone else who gets this error message. Restarting might fix it.
Quote:
Originally Posted by 10tklz
Hello, I'm trying to run this on XP but I'm getting: ERROR: Cannot verify file signature. This is likely a problem with APKtool.
If this error is persistant, please post the conents of the text box on the eDGe forum thread.
Here are the contents:
May 25, 2010 7:33:15 PM brut.androlib.Androlib buildSourcesRaw
INFO: Copying classes.dex file...
May 25, 2010 7:33:15 PM brut.androlib.Androlib buildResourcesFull
INFO: Building resources...
May 25, 2010 7:33:18 PM brut.androlib.Androlib buildApk
INFO: Building apk file...
'jarsigner' is not recognized as an internal or external command,
operable program or batch file.
'jarsigner' is not recognized as an internal or external command,
operable program or batch file.
Unable to open 'Apps\AndSudoku\dist\Rebuilt.apk' as zip archive
C:\AppsDecoder_1-2\AppsDecoder_1-2>echo Building and signing App AndSudoku.apk
Building and signing App AndSudoku.apk
C:\AppsDecoder_1-2\AppsDecoder_1-2>cd /D C:\AppsDecoder_1-2\AppsDecoder_1-2
C:\AppsDecoder_1-2\AppsDecoder_1-2>java -jar apktool.jar -v b -f "Apps\AndSudoku"
C:\AppsDecoder_1-2\AppsDecoder_1-2>jarsigner -keystore eDGe.keystore -storePass eDGe12 -keypass eDGe12 -signedjar "Apps\AndSudoku\dist\Rebuilt.apk" "Apps\AndSudoku\dist\out.apk" eDGe
C:\AppsDecoder_1-2\AppsDecoder_1-2>jarsigner -verify "Apps\AndSudoku\dist\Rebuilt.apk"
C:\AppsDecoder_1-2\AppsDecoder_1-2>zipalign -f 4 "Apps\AndSudoku\dist\Rebuilt.apk" "RebuiltApps\AndSudoku_INSTALL.apk"
C:\AppsDecoder_1-2\AppsDecoder_1-2>
|