Skip to content

Furniel/Apk-Changer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 20, 2022 15:11
August 31, 2018 12:01
March 20, 2022 15:11
Apk changer is a command line program for modifying apk files. It`s similar to apk manager, but have more options.

Features: 
 - Normal and Advanced Mode.
 - Multicore support(much faster than other tools in batch operations and image optimization)
 - Decompile/Compile selected part of apk files.(Batch mode supported, framework dependent decompiling supported too)
 - Optimize pngs inside apk files(including .9.pngs).(Batch mode supported)
 - Zipalign apk files
 - Sign apk files(Batch mode supported)
 - Recompress apk
 - Protect Apk resources
 - Dex to java decompilation
 - Adb logcat with logcat options(via WiFi or usb cable)
 - Four versions of apktool(1.4.3, 1.5.3, 2.3.2, latest development)-if error occurs while decompiling program will try to use alternative version and will compile your apk with version that was used for decompilation
 - Four languages at the moment(Russian, English, Dutch, Deutch) - if you want to translate program into other language just let me know
 - Settings (Compression level, Heap size, optimization level, apktool version, smali version, language...).
 - Error detection. If error occured, program reports about it.
 - Logs (For batch Decompilation/Compilation program creates two logs. First is full and second shows only with what apks occured errors).
 - Decompile/Compile jar files(framework files)
 - All stuff i forgot