xamarin-docs
xamarin-docs copied to clipboard
zipalign command not working
The following command for zipalgin doesn't seem to be working as described in the documentation:
$ zipalign -f -v 4 mono.samples.helloworld-unsigned.apk helloworld.apk
Upon running the zipalign command in Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.3.5 in the Developer PowerShell Terminal Window I get the following errors:
I've also tried searching the net, but most of the topics are like this and this which is somewhat old.
If there are any other steps that are required please update the documentation accordingly.
I'm unable to get pass this point.