Skip to content

How to use Ant

Tom edited this page Jun 24, 2015 · 1 revision

#How to use Ant on Android

This is how to use Ant on Android (needs JavaIDEdroid PRO):

  1. Get JavaIDEdroid v2.6.0 or later from Google Play
  2. Get ant_1-9-1.jar.dex.zip from the Download area and copy it to the storage card of your Android device
  3. Get ecj_ant-adapter_3-8-3.jar.dex.zip from Download area and copy it to the storage card of your Android device
  4. Get HelloJava_2-0-0.zip from the Download area and unzip it to a subdirectory of your development root on the storage card of your Android device

In the project root of HelloJava, you now have following files:

  1. build.bsh: This BeanShell script is used to configure and start Ant on Android
  2. ant_build.bat: This batch file is used to configure and start Ant on the PC
  3. build_ant.xml: This is the Ant build script which works on Android and on the PC

Clone this wiki locally