Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. ionic cordova build android --prod --release
  2.  
  3. mv /home/t430/code/intime-mobile/platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk ~/Desktop/intime-customer/intime.apk
  4.  
  5. cd ~/Desktop
  6.  
  7. #keytool -genkey -v -keystore intime-partner.keystore -alias intime-partner -keyalg RSA -keysize 2048 -validity 10000
  8.  
  9. jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore /home/t430/Desktop/intime-customer/intime-partner.keystore ./intime.apk intime
  10.  
  11. cd /home/t430/Android/Sdk/build-tools/29.0.0
  12.  
  13. ./zipalign -v 4 ~/Desktop/intime-partner.apk ~/Desktop/intime-customer/intime-v1.0.0.apk
  14.  
  15. apksigner sign --ks /home/t430/Desktop/intime-customer/intime-partner.keystore ~/Desktop/intime-customer/intime-v1.0.0.apk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement