INSTALL
changeset 1045 e5a970600066
parent 778 bf607b6d3687
equal deleted inserted replaced
1044:197a85a35cba 1045:e5a970600066
     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. Beem is usually built with Android SDK 2.1 or superior.
    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
       
    12 
    11 
    13 2. Android project
    12 2. Compile and install
    14    Use the android program provides by the SDK to set the Android platform directory.
    13    Use gradle to compile and install the application on the Android device
    15 
    14    > ./gradlew build installDebug
    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.
       
    23    > $SDK_DIR/tools/android list targets
       
    24 
       
    25    Then use this id to set up the BEEM project.
       
    26    > $SDK_DIR/tools/android update project -t $TARGET_ID -p $BEEM_DIRECTORY
       
    27 
       
    28 3. Compile and install
       
    29    Use ant to compile and install the application on the Android device
       
    30    > ant install
       
    31 
    15 
    32 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.
    16 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.
    33 
    17