You can also use Android emulator like memu / ldplayer / BlueStacks etc.. on your PC for fast moddingGlad to know this, saves me having to transfer to phone then back to PC, thank you![]()
That does not work. To test I got xapk of survior io from apkpure.net. I tried many ways to convert to apk via Antisplit and even through APKTookkit. But it never works. The generated file installs but crashes or shows black screen on launch.Use AntiSplit-M.v1.6.6.2 to combine XAPK, then you have the normal APK to work with. Way easier
Please tell me how to add modmenu to xapk
Do you know how to do it on a PC?
Totally Agree. It's a great tool . I guess the particular app I'm trying has some kind of protection which is why it fails.APK Toolkit is a PC app that can add a mod-menu to an app easily by decompiling both the app and the mod-menu, merging them and automatically doing all the required edits to load the mod-menu which is a huge time saver when modding / adding mod-menus
You can convert an xapk to apk with APK Toolkit
You can also add a mod-menu to an app, either directly to an xapk or an apk with a single mouse click
You should receive no problems with decompiling or compiling but if your newly created installed xapk / apk crashes then it probably has some type of protection like a signature and / or CRC check
App like MT manager offer on the fly editing an APK, without explicit decompile-compile cycle. Is it viable to include to such a functionality in apktookit ?
My bad. I mixed up and was not clear.If you mean editing any files or resources then yes you can either extract to edit files or tick "Don't disassemble classes.dex" in settings and none of the dex are then decompiled, just the resources
If you mean editing code (smali) then that is decompiled code. Apks contain COMPILED Java Dalvik Virtual Machine bytecode (DEX)and there is no way of editing without decompiling. All apps need to decompile to edit the smali and if you believe MT or others do it without the decompiling / compiling cycle then you are mistaken. MT even shows a box stating when it is decompiling or compiling
Hello,is a PC app that can add a mod-menu to an app easily by decompiling both the app and the mod-menu, merging them and automatically doing all the required edits to load the mod-menu which is a huge time saver when modding / adding mod-menus
You can convert an xapk to apk with APK Toolkit
You can also add a mod-menu to an app, either directly to an xapk or an apk with a single mouse click
You should receive no problems with decompiling or compiling but if your newly created installed xapk / apk crashes then it probably has some type of protection like a signature and / or CRC check