Screenshot: http://imgur.com/a/TtVsU
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 :)