REAndroid / APKEditor

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

APKEditor can't handle tags in string resources #49

Closed naijun0403 closed 11 months ago

naijun0403 commented 11 months ago

Describe the bug If you decompile with APKEditor and build again, tag processing, which was originally good, does not work. Please refer to the picture for related information

image

To Reproduce Steps to reproduce the behavior:

  1. Used version 1.2.5
  2. Operating system macOS 13.4.1
  3. Command

    decompile: java -jar ~/APKEditor-1.2.5.jar d -i kakaotalk.apk -o kakaotalk compile: java -jar ~/APKEditor-1.2.5.jar b -i kakaotalk -o kakaotalk.apk

Log/Stacktrace Nothing.

Used apk file Attach/share your apk

Additional context Related classes are the same as xc.f, and you can refer to the label_multi_photo_guide resource.

REAndroid commented 11 months ago

Check the latest update

naijun0403 commented 11 months ago

It's working! thanks