Gluon android packaging fails on release/signing

Issue I am following the gluonhq documentation for a release config for android: https://docs.gluonhq.com/#platforms_android_distribution_build and https://docs.gluonhq.com/#_signing_for_release. I generate a keystore as follows: keytool -genkeypair -keyalg rsa -alias pstar -keystore [fullpathtoKS]/PStar.ks -validity 9125 -v where [fullpathtoKS] is my path to the

Continue reading