I encountered the following error while exporting my Android project. Please forgive me for not understanding
Export error
- Edited
I would do a search on the error message, but I can't copy and paste text from an image.
DaveTheCoder
Exception in thread "main" com.android.apksig.apk.ApkFormatException: Unused space at the end of ZIP Central Directory: 537514 bytes starting at file offset 858572042
at com.android.apksig.ApkSigner.parseZipCentralDirectory(ApkSigner.java:944)
at com.android.apksig.ApkSigner.sign(ApkSigner.java:277)
at com.android.apksig.ApkSigner.sign(ApkSigner.java:232)
at com.android.apksigner.ApkSignerTool.sign(ApkSignerTool.java:414)
at com.android.apksigner.ApkSignerTool.main(ApkSignerTool.java:92)
- Edited
I found this tracker issue, which appears to report the same error:
https://github.com/godotengine/godot/issues/106857
Do you have a large number of images, as in that report?
DaveTheCoder
Thank you, you found the key to the mistake. I need to slim down my project