INSTALL
changeset 778 bf607b6d3687
parent 676 ed7f90128426
equal deleted inserted replaced
777:e07771994f56 778:bf607b6d3687
     5 
     5 
     6 Development version
     6 Development version
     7 -------------------
     7 -------------------
     8 
     8 
     9 1. Dependencies
     9 1. Dependencies
    10    First you will need the latest Android SDK. You can download it at http://d.android.com. 
    10    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.
    11    You will also need the Apache Ant tool to build the project. You can get it at http://ant.apache.org
    11    You will also need the Apache Ant tool to build the project. You can get it at http://ant.apache.org
    12 
    12 
    13 2. Android project
    13 2. Android project
    14    Use the android program provides by the SDK to set the Android platform directory.
    14    Use the android program provides by the SDK to set the Android platform directory.
    15    First get the Target id of the platform you want to build BEEM for.
    15 
       
    16    Set up the Beem project.
       
    17    > $SDK_DIR/tools/android update project -p $BEEM_DIRECTORY
       
    18 
       
    19 or
       
    20 
       
    21    If you want to build Beem for a different Android Target platform :
       
    22    Get the Target id of the platform you want to build BEEM for.
    16    > $SDK_DIR/tools/android list targets
    23    > $SDK_DIR/tools/android list targets
    17 
    24 
    18    Then use this id to set up the BEEM project.
    25    Then use this id to set up the BEEM project.
    19    > $SDK_DIR/tools/android update project -t $TARGET_ID -p $BEEM_DIRECTORY
    26    > $SDK_DIR/tools/android update project -t $TARGET_ID -p $BEEM_DIRECTORY
    20 
    27