Hi all,
when I’m using android debug key everything works, but today I’m preparing to publish my game and I’ve created my own keystore using this command:
keytool -genkey -v -keystore my-release-key.keystore
-alias alias_name -keyalg RSA -keysize 2048 -validity 10000
(http://developer.android.com/tools/publishing/app-signing.html)
And when I’m signing app with this keystore I can’t install it on my android device.
I’m just getting error that app cannot be installed (yes I’ve deleted old app before installation).
Help please!