mauville-technologies / godot_dragonbones

Plugin module for Godot 2.1 & Godot 3 Game Engine to use DragonBones
MIT License
85 stars 13 forks source link

"Multiple ZIP entries with the same name" on android export with dialogic #33

Closed thirty6down closed 2 years ago

thirty6down commented 2 years ago

Using the windows binaries provided on itch.io, when creating a new project, with android build template, adding the dialogic 1.3 (stable) plugin (https://github.com/coppolaemilio/dialogic/releases) and exporting debug for android results in the following error:

Exception in thread "main" com.android.apksig.apk.ApkFormatException: Multiple ZIP entries with the same name: assets/dialogic/definitions.json at com.android.apksig.ApkSigner.parseZipCentralDirectory(ApkSigner.java:862) at com.android.apksig.ApkSigner.sign(ApkSigner.java:259) at com.android.apksig.ApkSigner.sign(ApkSigner.java:214) at com.android.apksigner.ApkSignerTool.sign(ApkSignerTool.java:371) at com.android.apksigner.ApkSignerTool.main(ApkSignerTool.java:88)

Error does not appear when using "vanilla" godot 3.3 and dialogic.