Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ionic cordova sign apk

#generate .keystore file
keytool -genkey -v -keystore app.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
#sign the apk
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore app.keystore app-release-unsigned.apk alias_name
#zip the apk
zipalign -v 4 app-release-unsigned.apk ReleaseSigned.apk
Comment

PREVIOUS NEXT
Code Example
Shell :: unknown command "neat" for "kubectl" 
Shell :: ionic capacitor splash screen generator 
Shell :: git stash apply undo merge conflict 
Shell :: install rust on arch linux 
Shell :: how to update linux 
Shell :: Use pip to install the EB CLI. 
Shell :: github delete last commit 
Shell :: scp from remote to local 
Shell :: git how to undo a pushed commit 
Shell :: ubuntu know username 
Shell :: React Hooks Form Installation 
Shell :: what to do with unstaged changes after reset 
Shell :: ubuntu find filename recursive 
Shell :: geopandas install windows 
Shell :: restart remote computer 
Shell :: linux get first line of file 
Shell :: docker install linux mint 
Shell :: npm install bootstrap 3 
Shell :: best shell linux 
Shell :: wkhtmltopdf blocked access to file 
Shell :: mv all files in directory to parent 
Shell :: push a new branch git 
Shell :: how to install deb file in kali linux 
Shell :: Installing ipython-sql in Jupyter 
Shell :: how to install gatsby gatsby-plugin-manifest 
Shell :: homebrew version 
Shell :: gcc alternatives 
Shell :: jest install 
Shell :: Large files detected. You may want to try Git Large File Storage 
Shell :: how to figure out ubuntu partition 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =