diff -r e07771994f56 -r bf607b6d3687 INSTALL --- a/INSTALL Wed Jun 30 00:12:47 2010 +0200 +++ b/INSTALL Thu Jul 01 22:26:12 2010 +0200 @@ -7,12 +7,19 @@ ------------------- 1. Dependencies - First you will need the latest Android SDK. You can download it at http://d.android.com. + First you will need the latest Android SDK. You can download it at http://d.android.com. Beem is usually built with Android SDK 2.1 or superior. You will also need the Apache Ant tool to build the project. You can get it at http://ant.apache.org 2. Android project Use the android program provides by the SDK to set the Android platform directory. - First get the Target id of the platform you want to build BEEM for. + + Set up the Beem project. + > $SDK_DIR/tools/android update project -p $BEEM_DIRECTORY + +or + + If you want to build Beem for a different Android Target platform : + Get the Target id of the platform you want to build BEEM for. > $SDK_DIR/tools/android list targets Then use this id to set up the BEEM project.