728*90 add style for blog

Wednesday, January 28, 2015

Zipalign Tool- Verification FAILED

Hi,
if you are getting message like Verification FAILED while working with manually zipalign your apk, then it may be the problem of your path for the output file,

You may wrote the command like below

./zipalign -c -v 4 /Users/Downloads/app_old.apk test1.apk;

but it totally wrong from zipalign tool

Write the above command as below
./zipalign -c -v 4 /Users/Downloads/app_old.apk /data/subfolder/test1.apk;

and it will work.

Its because zipliagn tool not allowed to write the output file on the same destination.

Payment type font

Hi All,
you can use the custom font same like Fontawesome for various payment integration providers, go to http://paymentfont.io/ and you can check the examples 

Zipaligned tool not found in MAC

Hi all,
Just drag the folder which is having zipalign tool inside to terminal directly without typing manual CD command.