GUIDE FOR NOOBS / BEGINNERS/ THEMERS/ DEVELOPERS :
BATCH SIGN AND ZIPALIGN YOUR APPS/THEMES
This guide will show you an easy way to batch sign your apks and zipalign it for uploading to Google Play store.
Requisites
Windows OS ;
Your Signature .Keystore file
Java SDK installed
Zipalign tool (Found in tools directory of Android SDK) or download from attachment.
Method
1. Create a BAT file
a. Open Notepad and paste the following
---------------------------------------------------------------------------
Code:
@echo off
"C:\Program Files\Java\jdk1.7.0_45\bin\jarsigner" -verbose -sigalg MD5withRSA -storepass yourpassword -digestalg SHA1 -keystore yoursigfile.keystore appname.apk aliasname
"Your zipalign path\zipalign" -v 4 "folderpath\Signedapk.apk"Output folder\Zipalignedapk.apk"
echo Thanks for your time
pauseb. Correct the path of zipalign.exe and apk files as required.
c. Save the file in .bat format
2. Create a folder anywhere in your computer
3. Copy your .keystore file and the bat file created into this folder
----------------------------------------
Now Copy the apk files into the same folder
.,
Now just run the bat file to have your signed and zipaligned APKs
Aucun commentaire:
Enregistrer un commentaire