Error while running zipalign

前端 未结 18 2052
眼角桃花
眼角桃花 2021-02-06 21:48

I got this error when trying to export a signed apk in Eclipse

Error while running zipalign: Unable to open as zip archive

I have run the Help->Check for Updat

18条回答
  •  轮回少年
    2021-02-06 22:17

    If the destination file already exists and it is opened by another process, then you will see this error.

    Solving method: Rename the destination file, or close the application that already opens the file.

提交回复
热议问题