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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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