REAndroid / APKEditor

Powerful android apk editor - aapt/aapt2 independent
Apache License 2.0
647 stars 95 forks source link

Duplicate entries in xml decode #39

Closed kiber-io closed 1 year ago

kiber-io commented 1 year ago

when trying to decompile the attached apk in AndroidManifest, two identical lines are created in the <manifest> section:

xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"

APK: https://drive.google.com/file/d/1FBpg5RV4-qYTu5pPMCdzoHa7bWaVQsMT/view?usp=sharing