godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
86.62k stars 19.31k forks source link

apksigner returned error #2” #79741

Open Sreedevi-Ka opened 11 months ago

Sreedevi-Ka commented 11 months ago

Godot version

v3.5.2.stable.official

System information

Ubuntu 20.04.4 LTS

Issue description

Got the error “apksigner returned error #2” while exporting.

https://docs.godotengine.org/en/3.5/tutorials/export/exporting_for_android.html

Referred to mentioned fixes. Updated the JDK version to 11 but still got the same error for both Godot 4.1 and 3.5. as well.

Steps to reproduce

Export for android

Minimal reproduction project

No response

ghost commented 11 months ago

Check out https://github.com/godotengine/godot/issues/54675 for other possible fixes: recreating keystore and using alias.

josepvalls commented 3 months ago

I ran into this same issue. Did you figure it out? How can I see more logs or the actual command to debug this issue?