I tried to publish my application to the Android market, but it warns me:
*******************************
The apk is not zipaligned. Please run the zipalign tool on the APK to improve performance on the device.
*******************************
I downloaded the Android SDK then manually run zipalign tool.
Can you please add a command to run zipalign during finalizing for Android? May be it's better to also include zipalign.exe with MoSync.
Here is a reference to zipalign ...
http://android-developers.blogspot.com/2009/09/zipalign-easy-optimization.html
Thank you.