I am trying to use RobolectricSample application for unit testing Android application. In the instruction for installation of application with Maven the first step is
ant maven-setup
. I could not understand why is this command required and what it will do?
Any explanation will be great help.