A next-gen Ide for JVM development on Android!
- Java 17
- Kotlin Language Support
- Kotlin Code Completion
- Javac, Javap, D8
- Incremental Compilation
- Execute Java Code
- Error/Warning marker in editor
- Code highlighting
- Add Classpath
- Decompile Class File
- Google Java Formatter
- Baksmali Dex File
- Basic Java Keywords auto-completion
Chat with us on our Discord Server.
You can download the latest release from here and the latest debug build from Github Actions.
- Kotlin error/warning highlight in editor
- Java auto-complete
Clone this repository on your device and compile using Android Studio or with gradle.
Note: You need Android Studio - Flamingo or later to compile this project, or you can downgrade Android Gradle Plugin to work with previous versions.
./gradlew assembleDebug
We would appreciate any kinds of contributions. If you have any questions, ideas, need help or want to propose a change just open an issue/pull request.
- Any type of contributions are appreciated.
- Create a pull request and we'll merge it after review.