Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] dex version changed after compilation. #3641

Open
secretmyth opened this issue Jul 16, 2024 · 1 comment
Open

[BUG] dex version changed after compilation. #3641

secretmyth opened this issue Jul 16, 2024 · 1 comment

Comments

@secretmyth
Copy link

Information

  1. Apktool Version (apktool_2.10.0_20240708) -
  2. Operating System (Windows 11 x64) -
  3. APK From? (Duolingo) -
  4. Java Version (Java 8 Update 411) -

Steps to Reproduce

  1. Just decompile and then recompile, dex version changed from v39 original to v40.
  2. This will break compatibility with all devices with android 10 or lower. App will install, but FC on startup.

Frameworks

If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files
(.apks that live in /system/framework or /system/priv-app) NO

APK

https://play.google.com/store/apps/details?id=com.duolingo
https://www.apkmirror.com/apk/duolingo/duolingo-duolingo/duolingo-duolingo-5-159-4-release/

Questions to ask before submission

  1. Have you tried apktool d, apktool b without changing anything? YES
  2. If you are trying to install a modified apk, did you resign it? YES
  3. Are you using the latest apktool version? YES
@iBotPeaches
Copy link
Owner

Apktool doesn't have much control over this - it must be occurring from upstream smali. Theres been some changes lately related to this exact thing, but for API29-ish. Have a look at these and see if you need to submit something upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants