/intellij-java2smali

A plugin for IntelliJ IDEA & Android Studio to easily compile a Java file to smali.

Primary LanguageJavaMIT LicenseMIT

intellij-java2smali

Simple plugin for IntelliJ IDEA & Android Studio to easily compile a Java file to smali.

Have you ever compiled and packaged a dummy Android application just to grab some Java sources in smali? Stop that! Transforming Java to smali just got easier.

Usage

  1. create or open a Java source file with your desired functionality
  2. click 'Build' and 'Compile to smali'
  3. wait while IDEA's indicating the compilation process
  4. the smali file is opened automatically in your editor

java2smali usage gif

Installation

java2smali is available at JetBrains Plugin Repository and can therefore be found in your IDE's plugin manager! Alternatively, you can download the plugin from the release section.

Third-Party Libraries & Credits