Error APKSigner returned with error #1

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By rz

so i want to export my android game but when i export it gives an error:

APKSigner returned with error #1

does anyone know a fix?

:bust_in_silhouette: Reply From: rz

I fixed it, I found out I was ignoring the official docs on the exporting, so just now when i went to read, I realized I had to install openjdk8, and create a keystore and enter password. now the error doesn’t occur and I can export it

:bust_in_silhouette: Reply From: pferft

In my case, as it turned out, in Android Studio it was crucial to delete all versions other than those listet in the docs:

Having some installed in parallel caused the troubles.