Wiki

Clone wiki

symja_android_library / UsingANT

Using the Ant build tool

In the Eclipse context menu you can do a 'right mouse click' on the build.xml file and choose menu 'Run As... -> Ant build...'

In the JRE tab of the appearing dialog you should set a Separate JRE to a Java Development Kit (JDK) version 1.7 or higher.

In the Target tab of the dialog you can select the Ant target you would like to run:

  • jar - creates the uncompressed /build/jar/symja-YYYY-MM-DD.jar file
  • proguard-library - creates the compressed and obfuscated /build/jar/symja-lib-YYYY-MM-DD.jar file with the Proguard tool

Updated