How to zipalign the apk file in Windows

后端 未结 5 1473
挽巷
挽巷 2021-02-01 02:33

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?

5条回答
  •  無奈伤痛
    2021-02-01 03:13

    I spent a good few minutes searching for the Android command line build tools. They were nowhere to be found inside either of the Program Files directories. Apparently, on my system the tools were in the following location:

    C:\Users\{username}\AppData\Local\Android\Sdk
    

    I found the location inside Android Studio by going to File > Project Structure > SDK Location.

    Edit: Obviously, "my system" is Windows - specifically Windows 10.

提交回复
热议问题