How to sign Android application with RSA key -


i don't have original keystore file, lost colleague, have rsa key application. possible sign new apk version rsa key?

edit: have public rsa key

you need public key because:

keystore = private + public key pair = identified alias 

try generate public key private key, package pair in keystore. java keytool should able this. see : http://docs.oracle.com/javase/1.5.0/docs/tooldocs/solaris/keytool.html


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -