redex

Bytecode optimizer for Android apps that improves performance

brewmacoslinux
Try with needOr install directly
Source

About

Bytecode optimizer for Android apps

Commands

redex

Examples

Optimize an APK file and save the result$ redex --out optimized.apk input.apk
Run redex with custom configuration file$ redex -c config.json --out output.apk input.apk
Optimize APK with verbose output to see optimization details$ redex --verbose --out optimized.apk input.apk