![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
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?
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
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?
![]() |
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
![]() |
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.