Hi,
finally I made my signing process of my app owrk - kind of.
I want to sign my app with a Keystore, which I generated with the following command:
"C:\Program Files (x86)\Java\jdk1.8.0\_161\bin\keytool.exe" -genkey -v -keystore com.beardedbox.bricks.keystore -alias bricks -keyalg RSA -validity 999999"
Corona accepted the keystore and built the apk.
Unfortunately this APK is 1039218KB in size. That seems a bit much and I expect to have done something wrong or to have used the wrong versions or something.
By obvious reasons I haven’t tried to upload the file to Google Play.
My Java version is 1.8.0 161 for Windows x86.
Corona Console is Build 3068
Does anyone have a suggestion for me?
Regards
Christian