How do I compile hiptop applications?
Compiling a hiptop application requires a number of steps, so the examples in the hiptop SDK use Apache Ant (1.6+) as a build tool. With this installed, compiling a hiptop application becomes as easy as typing ant build. Compiling and running the application in the simulator is accomplished with ant build-n-run or just ant (since build-n-run is the default).