How can I update the version of an APK which I did not create myself

后端 未结 3 1981
抹茶落季
抹茶落季 2021-02-06 12:58

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 ver

3条回答
  •  春和景丽
    2021-02-06 13:30

    I don't think that you can change the APK after it is packed and signed, since singing is there so that you actually can't change it anymore after signing.

    What IDE are you using? E.g. Eclipse can also sign and build APK files and I've never seen a problem with the version number.

提交回复
热议问题