My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

JavaIDEdroid

JavaIDEdroid is an integrated development environment which runs on Android and allows to create native Android applications without the need to use the Android SDK on Windows or Linux. It should run on Android 1.6 or higher.

Following development tools are integrated in the current version(1.5.0) of JavaIDEdroid:

  • aapt tool
  • Eclipse compiler for Java
  • dx tool
  • ApkBuilder (only unsigned APKs)
  • zipsigner-lib from Ken Ellinwood. This library also does the zipalign.
  • BeanShell Interpreter: You can write your own BeanShell scripts, store them on your SDCard and automate the build process with them.

Aapt is integrated as native shared library. It uses external libraries which require Android 2.3 or later. So, the aapt tool has been built for Android 2.3 or later. Despite this fact, it also seems to work an older Android versions (it ran ok on my Android 2.2.1).

JavaIDEdroid supports the VIEW intent for associating BeanShell scripts (.bsh) and the SEND intent to integrate it into other Android apps.

You can get the latest APK from the Android Market (https://market.android.com/details?id=com.t_arn.JavaIDEdroid) and the latest source from SVN (http://code.google.com/p/java-ide-droid/source/checkout)

If you like JavaIDEdroid, you will love JavaIDEdroidPRO. Here's a list of the additional PROfeatures: http://code.google.com/p/java-ide-droid/wiki/PROfeatures

You can get JavaIDEdroidPRO from the Android Market (https://market.android.com/details?id=com.t_arn.JavaIDEdroidPRO). You can also get it from AndroidPIT (https://www.androidpit.de/de/android/market/apps/app/com.t_arn.JavaIDEdroidPRO/JavaIDEdroidPRO) if you don't have a credit card.


Screenshots of JavaIDEdroid 1.4.1:

Screenshots of JavaIDEdroid PRO 1.5.0:

Powered by Google Project Hosting