INSTALL
changeset 676 ed7f90128426
parent 366 76bfb3e8e129
child 778 bf607b6d3687
--- a/INSTALL	Thu Feb 18 18:34:28 2010 +0100
+++ b/INSTALL	Thu Feb 18 19:43:54 2010 +0100
@@ -1,13 +1,26 @@
-Howto Install Beem ?
+Android Market
+--------------
+
+First of all, BEEM is available on the Android market. Just search for 'BEEM'.
+
+Development version
+-------------------
 
 1. Dependencies
-   First you will need the Android SDK-1.5.
+   First you will need the latest Android SDK. You can download it at http://d.android.com. 
+   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 script provides by the SDK to set the Android platform directory.
-   > $SDK_DIR/tools/android update project -t 2 -p $BEEM_DIRECTORY
+   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.
+   > $SDK_DIR/tools/android list targets
+
+   Then use this id to set up the BEEM project.
+   > $SDK_DIR/tools/android update project -t $TARGET_ID -p $BEEM_DIRECTORY
 
 3. Compile and install
-   Use ant to compile and install the application on the Android emulator
+   Use ant to compile and install the application on the Android device
    > ant install
 
+The development version use a private certificate to sign the package. You will need to uninstall it before installing or upgrading a version of BEEM from the Android market.
+