This project is develop to help the community learn java on android. You can build and run Java file with JDK 1.7.
Download in Google Play Store
- Java compiler JDK 1.7 ✔
- Java editor ✔
- Java auto complete code ✔ (But not working perfect)
- Java debugger (jdb).
- Run java file, class file ✔
- Build java library ✔
- Support VCS
- Decompile class, jar
- Java code formatter (Google Java code formatter) ✔
- Build Android app. ✔
- XML auto complete
- Layout builder for Android
- Android Logcat ✔
- Android debugger
- Javac - Java compiler (module javacompiler)
- Aapt - Android asset package tool
- Dx - Dex for dalvik VM (module dx)
- Zip Signer
- Apk builder
- Required Android Studio 3.0 and above
- Android NDK r12b (Newer version doesn't work) https://stackoverflow.com/questions/6849981/where-do-i-find-old-versions-of-android-ndk
- Android Build Tools 27.0.1
- Android SDK 27
I would absolutely love every possible kind of contributions. If you have a questions, ideas, need help or want to propose a change just open an issue. Pull request are greatly appreciated.
- Create and build simple java project https://github.com/tranleduy2000/javaide/wiki/Create-simple-Java-project
- Open Java examples
- Build java file with library https://youtu.be/fUFqR8ZlChg
- Build simple Android app https://youtu.be/euZilR8-EhA
Copyright (C) 2017-2018 Duy Tran Le
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.