You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple plugin for IntelliJ IDEA & Android Studio to easily compile Java & Kotlin files to smali.
5
9
6
10
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.
7
11
8
-
###Usage###
12
+
## Usage ##
9
13
10
14
1. create or open a Java source file with your desired functionality
11
15
2. click 'Build' and 'Compile to smali'
@@ -14,12 +18,30 @@ Have you ever compiled and packaged a dummy Android application just to grab som
java2smali is available at [JetBrains Plugin Repository](https://plugins.jetbrains.com/plugin/7385) and can therefore be found in your IDE's plugin manager! Alternatively, you can download the plugin from the release section.
20
24
21
-
### Third-Party Libraries & Credits ###
25
+
### Build From Source
26
+
27
+
This plugin uses JetBrains [gradle-intellij-plugin](https://github.com/JetBrains/gradle-intellij-plugin) and can easily build from source.
- baksmali, a great disassembler for Android's dex format, is used to create the final .smali output file https://github.com/JesusFreke/smali
42
+
-[dx](http://developer.android.com/tools/help/index.html#tools-platform) from the Android platform-tools is used to create a .dex version of the compiled Java (.class) file
0 commit comments