【No.2 Ionic】Android打包

來源:互聯網
上載者:User

標籤:

項目做完之後 接下來就是打包操作了,接下來直接說Android 打包操作

產生簽署憑證
keytool -genkey -alias vincentguo -keyalg RSA -validity 20000 -keystore vincentguo.keystore#說明:#    -genkey 產生密鑰#    -alias vincentguo 別名vincentguo#    -keyalg RSA 使用RSA演算法對簽名加密#    -validity 20000 有效期間限2000天#    -keystore vincentguo.keystore
產生打包apk
ionic build android -release


簽名apk
jarsigner -verbose -keystore ~/code/ionic/vincentguo.keystore -signedjar  dbq.apk  android-release-unsigned.apk  vincentguo

產生 dbq.apk檔案 就發行就緒到各大應用市場了,也可以直接提供下載


題外話

ios打包 就是用 xcode 了,ionic 內建的好像不行


原文地址:【No.2 Ionic】Android打包
標籤:ionic   發包   release   build   keytool   jarsigner   

智能推薦
  • 【Git 使用筆記】第二部分:基本命令 和 單分支開發
  • 【Git 使用筆記】第四部分:git在公司中的開發流程
  • 【營運工具】logrotate 日誌管理神器
  • 【No.1 Ionic】基礎環境配置
  • 【No.3 Ionic】超級逗表情 App

【No.2 Ionic】Android打包

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.