Apktool: PlatformBuildVersion information changes unexpectedly
Information
- Apktool Version (
apktool -version
) 2.3.4 - - Operating System (Mac, Linux, Windows) Mac 10.13 -
- APK From? (Playstore, ROM, Other) Own -
Steps to Reproduce
- Delete all previous frameworks
- Decompile apk, get Manifest with the following
platformBuildVersionCode="27" platformBuildVersionName="8.1.0"
- Recompile apk, then decompile again, and the Manifest contains the following
platformBuildVersionCode="23" platformBuildVersionName="6.0-2438415"
So now playstore is rejecting the apk. What am I missing or is this a real issue?
Questions to ask before submission
- Have you tried
apktool d
,apktool b
without changing anything? yes - If you are trying to install a modified apk, did you resign it? N/A
- Are you using the latest apktool version? yes
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 24 (10 by maintainers)
Hi @gino247 @iBotPeaches,
Is it possible to get a version of apktool with this fix? Or is the only option to compile it ourself? Thanks in advance!