After the project is finished, the next step is to package the operation, then directly say Android packaging operations
Generate a signing certificate
Keytool-genkey-alias vincentguo-keyalg rsa-validity 20000-keystore vincentguo.keystore# Description: #-genkey generate Key #-alia s Vincentguo alias vincentguo#-keyalg RSA uses RSA algorithm to sign encryption #-validity 20000 expiration 2000 Days #-keystore Vincentguo.keystore
Build Package APK
Ionic Build Android-release
Signature APK
Jarsigner-verbose-keystore ~/code/ionic/vincentguo.keystore-signedjar dbq.apk android-release-unsigned.apk Vincentguo
Generate dbq.apk files can be published to the major application market, you can also directly provide download
Off Topic
iOS packaging is the use of Xcode, ionic as if it does not
Original address: "No.2 Ionic" Android packaging
Tags: ionic contract release build Keytool Jarsigner
Smart recommendations
- "Git Use Notes" Part II: Basic Commands and Single branch development
- "Git use Notes" Part IV: GIT's development process in the company
- "Ops Tools" logrotate Log management artifact
- "Ionic" Basic Environment configuration
- "No.3 Ionic" super Funny expression App
"No.2 Ionic" Android packaging