Hugonweb | Android Tutorial

Create a project

# target 1 uses the default target in your sdk
# activity will be the name of the archive and main class
# package is the annoyting java name
android create project \
--target 1 \
--path ./Test1 \
--activity Test1 \
--package com.example.test1

Build

ant debug