android - can I change version code from apk? -


i build app android , export apk, can change version code if it's exported? how can that?

i lost backup code , have update 1 , need @ first one, thing can increase version code apk backup , app upgrade (while downgrade) automatically

you can followings

  • decompile apk
  • update versioncode in manifest
  • again recompile apk

you can use apktool


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -