iz2bkt. I need to do the same thing. I have used the command line builder to get the apk file. And I have the keystore file from the previous version created with Ecllipse. Are there any more parts that I need and what are the remaining steps?
Thanks,
I made a batch command with these instructions:
"C:\Program Files (x86)\Java\jdk1.7.0_40\bin\jarsigner.exe" -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore eclipse.keystore temp.apk alias_name
zipalign -v 4 temp.apk YourApp.apk
where:
eclipse.keystore : your key used with eclipse
alias_name : name used to build eclipse.keystore
temp.apk : apk no signed
YourApp.apk : final apk signed