-
-
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] Duplicated xmlns:android attribute #2664
Comments
@eladkarako same error if i use aapt2. removing duplicated attributes solved the problem
|
Even aapt2/aapt reports the duplicate. So this must be a form of obfuscation/trickery.
I'll have to test out patch that records the value of the namespace and skips an entry if it already exists. |
PR above. This will close on merge of that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Information
apktool -version
) - Apktool 2.6.0Stacktrace/Logcat
Steps to Reproduce
java -jar apktool_2.6.0.jar d
java -jar apktool_2.6.0.jar b
Frameworks
N/A
APK
https://apkcombo.com/apk-downloader/?package=com.abiss.roem&device=default&arches=armeabi-v7a&sdkInt=default&format=apk&dpi=480&lang=en
Questions to ask before submission
apktool d
,apktool b
without changing anything? YesNote
It doesnt happen on apktool 2.5.0, no duplicate and the attribute looks cleaner
The text was updated successfully, but these errors were encountered: