How can I update the version of an APK which I did not create myself
Posted
by sylvanaar
on Stack Overflow
See other posts from Stack Overflow
or by sylvanaar
Published on 2010-06-05T14:45:22Z
Indexed on
2010/06/05
14:52 UTC
Read the original article
Hit count: 277
android
I am new to Android development. I am using a x-platform development tool which builds and signs the APK for me. This tool has a bug and it does not generate APK's with the version number I specify, all APK's generated are version 1.0.
I would like to unpack the APK, edit the version number, and then resign and repackage it. It was signed using my keystore originally, so I have the keys needed to sign it again.
How can this be done?
© Stack Overflow or respective owner