添加ionic 安卓app簽名

來源:互聯網
上載者:User

標籤:ionic   ntc   top   通過命令   blog   演算法   app   cert   打包   

1.通過命令,擷取簽名檔案

keytool -genkey -alias toplinker -keyalg RSA -validity 40000 -keystore demo.keystore

參數解析:

  -genkey 產生簽名檔案  -alias demo.keystore 別名 toplinker      -keyalg RSA 使用RSA演算法對簽名加密      -validity 40000 有效期間限4000天      -keystore demo.keystore2.配置在項目platforms/android下面建立檔案名稱為 release-signing.properties 的檔案,內容如下:
signingConfigs {          release {          keyAlias =toplinker          storePassword =toplinker          keyPassword =toplinker          storeFile =demo.keystore     }}

3.打包到手機

ionic cordova run android --prod –release

 

輸出簽名資訊:

 

1.首先打包產生apk檔案,即
ionic cordova build android --prod –release

  產生android-release.apk檔案(輸出目錄在/platforms/android/build/outputs/apk/android-release.apk)

  修改為zip檔案並解壓,我在mac下改了尾碼名後無法解壓,無奈,用unzip命令

  解壓後,會有個META-INF檔案夾,裡面含有CERT.RSA,運行它,即

keytool -printcert -file ./META-INF/CERT.RSA

輸出結果如下:

 

 

  

添加ionic 安卓app簽名

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.