-
Notifications
You must be signed in to change notification settings - Fork 23
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):
- Get JavaIDEdroid v2.6.0 or later from Google Play
- Get ant_1-9-1.jar.dex.zip from the Download area and copy it to the storage card of your Android device
- Get ecj_ant-adapter_3-8-3.jar.dex.zip from Download area and copy it to the storage card of your Android device
- 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:
- build.bsh: This BeanShell script is used to configure and start Ant on Android
- ant_build.bat: This batch file is used to configure and start Ant on the PC
- build_ant.xml: This is the Ant build script which works on Android and on the PC