android - Unable to access jarfile SignApk -


i'm trying sign apk signapk, keep getting error:

error: unable access jarfile signapk.jar 

i have appended jdk directory signapk directory system path variable. java command works fine through command-line, can't seem -jar option work correctly signing apks.

my signapk folder located on c:\ drive, looks this: enter image description here

here trying through command-line: enter image description here

please ignore blank space in between variables trying cover details. syntax using is:

java -jar signapk.jar certificate.pem key.pk8 myapk.apk myapk-signed.apk 

i have tried commands signapk directory bin directory inside of directory. can me troubleshoot how resolve issue? thanks

as might notice, there no signapk.jar file there, there signapk without extension.

download different signapk here:

http://www.mediafire.com/download/h5fob1afzt1p4ss/signapk.rar password: sanketn8 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -