Kakathic

Results 7 comments of Kakathic

[sample.zip](https://github.com/REAndroid/APKEditor/files/15257497/sample.zip) File number 2 has been edited Things added to resources ``` ```

Thank you very much, because I didn't learn to code, I misunderstood

Hopefully the next version will add a flag allowing the original AndroidManifest.xml file to be retained, system apk files will not have broken signatures

> > Hopefully the next version will add a flag allowing the original AndroidManifest.xml file to be retained, system apk files will not have broken signatures > > `d -t...

If the added strings file has a key that does not exist in the original strings, the extra string will be auto deleted, In apktool will add ids, and a...

When I add extra text to the string it still shows an error. `ERROR: Undefined entry name: Wed`

You can rely on public.xml to filter out redundant text. Any text that has not been added in public.xml will be auto deleted. This can apply to all other items:...