-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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] Can't recompile YouTube 1.6.21 #3553
Comments
Yeah this is going to be interesting to solve. aapt2 is clearly squashing the reference into a literal value and including it at build time to cut space/time. When Apktool disassembles - it only sees the plaintext literal, but the type was expecting a reference. |
any updates? have the same issue |
No it was 4months ago |
Any update on this?, can we help on how to fix this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Information
apktool -version
) - 2.9.3java --version
) - 21.0.2Stacktrace/Logcat
Steps to Reproduce
java -jar C:\Users\Z\Downloads\apktool_2.9.3.jar d C:\Users\Z\Downloads\1.6.21youtube.apk
java -jar C:\Users\Z\Downloads\apktool_2.9.3.jar b C:\Users\Z\Downloads\1.6.21youtube
APK
https://www.apkmirror.com/apk/google-inc/youtube/youtube-1-6-21-release/
Questions to ask before submission
apktool d
,apktool b
without changing anything? YesImage(s) containing the log
The text was updated successfully, but these errors were encountered: