I have signed and packaged the Xamarin application and so have created the apk file using Visual Studio.
How can I zipalign this file in Windows?
For windows 10 set PATH variable to
C:\Users\\AppData\Local\Android\Sdk\build-tools\
And then run the command from the location where application is present
zipalign -v 4 app-release-final.apk