Skip to content

santaSJ/javaide

 
 

Repository files navigation

Java N-IDE Java compiler on Android.

Screenshot

Overview

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

IMAGE ALT TEXT HERE

Todo

  1. Java compiler JDK 1.7 ✔
  2. Java editor ✔
  3. Java auto complete code ✔ (But not working perfect)
  4. Java debugger (jdb).
  5. Run java file, class file ✔
  6. Build java library ✔
  7. Support VCS
  8. Decompile class, jar
  9. Java code formatter (Google Java code formatter) ✔
  10. Build Android app. ✔
  11. XML auto complete
  12. Layout builder for Android
  13. Android Logcat ✔
  14. Android debugger

What does tools the project include?

  1. Javac - Java compiler
  2. Aapt - Android asset package tool
  3. Dx - Dex for dalvik vm
  4. Zip Signer
  5. Apk builder

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.

Tutorials

  1. Setup system https://youtu.be/FZtSbgq8ZN0
  2. Build java file with library https://youtu.be/fUFqR8ZlChg
  3. Build simple Android app https://youtu.be/euZilR8-EhA

Licence

Copyright (c) 2017 by Tran Le Duy

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Java editor, compile, aapt, dx, zipsigner for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 59.5%
  • Vim Script 25.0%
  • C 6.7%
  • C++ 5.5%
  • Shell 1.6%
  • Roff 0.7%
  • Other 1.0%