Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zavierferodova/android-java-tools

Java Compiler and Runner For Android Termux
https://github.com/zavierferodova/android-java-tools

android compiler java java-compiler termux termux-tool

Last synced: 22 days ago
JSON representation

Java Compiler and Runner For Android Termux

Awesome Lists containing this project

README

        

# Android Java Tools

This tools use for compile and run Java Command Line Application via Terminal Emulator (Termux) Android.

## Algorithm
1. First script will compile `.java` extension to class file.
2. After `.java` compiled and classes file `.class` generated, script will zip all of `.class` files on single `.jar` file.
3. After `.jar` file generated script will create Android `.dex` file.
4. Finnaly Java can be executed on Android with dalvikvm.

## Installation
Run command `bash install` to install required dependencies.

## The App

![Screenshoot](https://github.com/zavierferodova/Android-Java-Tools/blob/master/media/Screenshot.jpg?raw=true)