下载 APKPure App
可在安卓获取Java N-IDE的历史版本
Java控制台为Android,具有自动完成,APK建设者编辑器。
## Overview
This project is develop to help the community learn java on android.
You can build and run Java file with JDK 1.7.
(No official support) Build apk file (only support armeabi-v7a, x86)
## Tutorials
1. Create simple java project https://github.com/tranleduy2000/javaide/wiki/Create-simple-Java-project
## Features
1. Offline java compiler (support jdk 1.5, 1.6. 1.7 or higher if your device support)
2. Java auto complete when typing
3. Build android app
4. Build java library ✔
5. Java code formatter (Google Java code formatter) ✔
6. Build Android app. ✔
7. Android Logcat
## Todo
1. Java debugger (jdb).
2. Run java file, class file ✔
3. Support VCS
4. Decompile class, jar
5. XML auto complete
6. Layout builder for Android
## Contribute
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.
Github https://github.com/tranleduy2000/javaide
Last updated on 2018年06月15日
Fix can not open project
Fix crash on API < 19
More bug fixed