How to zipalign the .apk file using eclipse?

前端 未结 8 1623
日久生厌
日久生厌 2020-12-13 01:29

Can anyone tell me how to zipalign my .apk file with using eclipse. I have made my .apk file by giving command like,

  1. Right Click on Project Folder

相关标签:
8条回答
  • 2020-12-13 02:31

    If you to signed and zip aligned your APK file, so that you could redistribute your file and upload it play store. Then follow these simple steps

    • Open Eclipse
    • File--> Export
    • Browse-->Select your project
    • Next-->Next

    So, after all of that you will get an APK which will be signed and zip aligned.

    0 讨论(0)
  • 2020-12-13 02:32

    Using the steps given, Eclipse will do zipalign for you.

    0 讨论(0)
提交回复
热议问题