mercredi 12 février 2014

[GUIDE] NOOB/ Beginners : Batch sign and Zipalign your apps/themes topic






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
pause


------------------------------------------------------------------------------

b. 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














Attached Files





File Type: zip Zipalign.zip -
[Click for QR Code]
(389.4 KB)









Aucun commentaire:

Enregistrer un commentaire