We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5732403 commit 727df3eCopy full SHA for 727df3e
README.md
@@ -0,0 +1,16 @@
1
+# Android Java Tools
2
+
3
+This tools use for compile and run Java Command Line Application via Terminal Emulator (Termux) Android.
4
5
+## Algorithm
6
+1. First script will compile `.java` extension to class file.
7
+2. After `.java` compiled and classes file `.class` generated, script will zip all of `.class` files on single `.jar` file.
8
+3. After `.jar` file generated script will create Android `.dex` file.
9
+4. Finnaly Java can be executed on Android with dalvikvm.
10
11
+## Installation
12
+Run command `bash Install.sh` to install required dependencies.
13
14
+## The App
15
16
+
0 commit comments