

BUILDING CONTACTOWNER =====================

* from the command line

Make sure you have the Android SDK installed: 
  http://developer.android.com/sdk/index.html

After checking out the source code...
 $PATHTOSDK/tools/android update project --target 4 --path ./

(as documented on http://developer.android.com/guide/developing/other-ide.html 
 Be sure to set the --target value appropriately.)

Then run either
 ant debug
or 
 ant release

