Converts Java bytecode into Dalvik Executable format (DEX) bytecode
- a command-line tool that Android Studio and the Android Gradle plugin use to compile your project’s Java bytecode into DEX bytecode that runs on Android devices.Â
- lets you use Java 8 language features in your app’s code.