REAndroid

Results 112 comments of REAndroid

I believe this issue is already fixed on this [Commit](https://github.com/REAndroid/ARSCLib/commit/1dd763c0b6a6400e18056497667499e0ef1bcc1d), try with latest build from [here](https://github.com/REAndroid/APKEditor/actions/runs/12088395112/artifacts/2254825535)

Are you sure all files decompiled correctly ? Can you build it back ? The objective of "protect" feature is to make it hard to reverse and produce gibberish data...

Confirm #133 answers your question

> I will enjoy this cat n mouse game we play :) @iBotPeaches I won on second round 💪 :) _PS: Just saw your comment today, feeling honored by your...

APKEditor & [ARSCLib](https://github.com/REAndroid/ARSCLib) is made with 100% java so you can use as android library. Check: - [https://github.com/AbdurazaaqMohammed/AntiSplit-M](https://github.com/AbdurazaaqMohammed/AntiSplit-M)

This apk is tampered/wrong `android:compileSdkVersion="23"`, Try running with `-framework-version 34`

> Hi, can you tell me exactly how to use -framework-version 34? I already told you "exactly how to use", builtin help contains all you need, for example if you...

Implementing auto resource id is not a big deal, but this error throwing is crucial for many cases like if someone mistyped the name and not intends to generate id....

[ApkTool](https://github.com/iBotPeaches/Apktool) and APKEditor uses same [smali](https://github.com/JesusFreke/smali) We have a plan to move to our own dex lib soon. Your issue is the most common one, in short the dex file...

All APKEditor's operation produces apk with zip aligned (4 bytes), do you mean a feature to turn on/off zip alignment? Explain the need.