Updated fork by [email protected]
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_lib
andProjects
folders from directoryAPKRepatcher-master
- Install Eclipse
File
->Open Projects from File System...
- Select
APKRepatcher-master
folder and press finish. - Update what you need.
- Right-click on source folder (
APKRepatcher
) -> Export... - Select
JAR file
and pressNext >
- Deselect every file in resources to export (
.classpath
,.gitignore
,.project
,LICENSE
and so on), specify export destination path with file nameAPKRepatcher
, pressNext >
and in the following windowNext >
again. - Check
Use existing manifest from workspace
and chooseAPKRepatcher/MANIFEST.MF
. PressFinish
- Copy generated
.jar
file to main directory ofAPKRepatcher
folder (NOTAPKRepatcher-master
) containingAPKRepatcher_lib
(must contain all libs),Projects
folders andSettings.txt
. Or replace existingAPKRepatcher.jar
file in unpackedAPKRepatcher V1.1.1.rar
.