I encountered the following error while exporting my Android project. Please forgive me for not understanding

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)