How to zipalign the apk file in Windows

后端 未结 5 1458
挽巷
挽巷 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条回答
  •  萌比男神i
    2021-02-01 03:14

    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
    

提交回复
热议问题