/class2smali

Translate Java bytecode to Dalvik bytecode

How to use:

1. Dependencies

2. Setup environment variable

  • Edit ~/.bash_profile like below:

export BUILD_TOOL=$HOME/Library/Android/sdk/build-tools/28.0.3/dx
export PATH=$PATH:$BUILD_TOOL

  • Apply changes by: source ~/.bash_profile