How to zipalign the .apk file using eclipse?

前端 未结 8 1640
日久生厌
日久生厌 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:17

    Eclipse zipalign apk automatically. When you export the project, eclipse must be generating signed apk to a different destination. Check properly where it prompts when you generate a signed apk

提交回复
热议问题