I have finish the first version of an application, now I need to signed my apk and upload it to the PlayStore.
As Google say I want to use one keystore that I have (an old "keystore.jks" used in another apps), with different alias, alias password and key stored password (BUT using the same "keystore.jks" of the old application in this brand new app)
As far I haven't achieve this, I understand that with the help of 'keytool' I can achieve this but don't know how...
Than you~