Skip to main content
Support Ukraine 🇺🇦 Help Provide Humanitarian Aid to Ukraine.


Redex LogoRedex LogoRedexDocsBlog
GitHub


Redex

Redex

An Android Bytecode Optimizer
Getting Started

Optimizing

Redex provides a framework for reading, writing, and analyzing .dex files, and a set of optimization passes that use this framework to improve the bytecode. An APK optimized by Redex should be smaller and faster.

Fast

Fewer bytes also means faster download times, faster install times, and lower data usage for cell users. Lastly, less bytecode also typically translates into faster runtime performance.

Buck Integration

Redex has deep integration with Buck where your Redex config is passed as a parameter to the Buck android_binary rule when generating the APK.

Docs
Getting Started
Configuring
Using
FAQ
Legal
Privacy
Terms
Community
Github
Copyright © 2024 Meta Platforms, Inc. and affiliates.