2015年11月

Meteor应用签名

http://plamenatv.free.bg/up.html

meteor deploy your-desired-app-hostname.meteor.com
meteor build ~/build-output-directory --server=your-desired-app-hostname.meteor.com

keytool -genkey -alias your-app-name -keyalg RSA -keysize 2048 -validity 10000

cd ~/build-output-directory/android/
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 unaligned.apk your-app-name

$ANDROID_HOME/build-tools/23.0.0/zipalign 4 unaligned.apk production.apk