Closed jaeaster closed 6 years ago
Alternatively:
Ant is nice as a first step for learning build tools in Java, but Maven and Gradle are more modern solutions you would see in a production code base.
Utilize Maven or Gradle, your choice!
Maven is a bit more similar to Ant, but Gradle is the default for Android development and seems to be more cutting edge.
200 points
Create build.xml file with
run
,test
, andclean
commands100 points