I created a new project and and trying to sign the .apk file, but can't figure it out.
I got the .apk file in the c: and also got the android.keystore in the c:
In the CMD prompt for c:\> I type in:
jarsigner -verbose -keystore android.keystore appname.apk android
Comes back with error:
'jarsigner' is not recognized as an internal or external command, operable program or batch file.
I have the already installed the JDK 6 Update 12 and JRE 6 Update 12
What am I doing wrong? Anyone help?