Updated fork by cs.anurag.jain@gmail.com
I updated it probably only once for single purpose, therefore if you want any further updates, please pick your own fork.
https://cooltrickshome.blogspot.in/2017/03/apkrepatcher-now-decompile-recompile.html
- Download and unpack or clone this repository.
- Remove
APKRepatcher_libandProjectsfolders from directoryAPKRepatcher-master - Install Eclipse
File->Open Projects from File System...- Select
APKRepatcher-masterfolder and press finish. - Update what you need.
- Right-click on source folder (
APKRepatcher) -> Export... - Select
JAR fileand pressNext > - Deselect every file in resources to export (
.classpath,.gitignore,.project,LICENSEand so on), specify export destination path with file nameAPKRepatcher, pressNext >and in the following windowNext >again. - Check
Use existing manifest from workspaceand chooseAPKRepatcher/MANIFEST.MF. PressFinish - Copy generated
.jarfile to main directory ofAPKRepatcherfolder (NOTAPKRepatcher-master) containingAPKRepatcher_lib(must contain all libs),Projectsfolders andSettings.txt. Or replace existingAPKRepatcher.jarfile in unpackedAPKRepatcher V1.1.1.rar.