I am following the exact instructions from Meteor to publish an Android app. I've made progress, but towards the end I am getting an error.
>>>> jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 unaligned.apk your-app-name
Enter Passphrase for keystore:
jarsigner: unable to open jar file: unaligned.apk
I am not sure how to even debug this problem. I've searched the Internet but haven't found any solutions. Can anyone here provide some advice? Thanks very much.