Jarsigner Error

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

Screenshot

Screenshot: Godot 3.0.1 Jarsigner Error - Album on Imgur

I can’t export to android.

I am on Ubuntu 17.10 x64 bit
Godot 3.0.1
Android NDK 16b
JDK 1.8

Here’s what I use in the keytool:
keytool -genkey -v -keystore release.keystore -alias yourKeyAlias -keyalg RSA -sigalg SHA1withRSA -keysize 2048 -validity 10000

Thanks :slight_smile:

There are already a few questions in this Q&A regarding your error, you should take a look at them. Also, make sure you correctly generated your keystore and set up well Godot for exporting :slight_smile:

DodoIta | 2018-03-01 10:56