INSTALL
changeset 368 b4d1b0652ddb
parent 366 76bfb3e8e129
child 676 ed7f90128426
equal deleted inserted replaced
367:284a4c4e8a11 368:b4d1b0652ddb
     1 Howto Install Beem ?
     1 Howto Install Beem ?
     2 
     2 
     3 1. Dependencies
     3 1. Dependencies
     4    First you will need the Android SDK.
     4    First you will need the Android SDK-1.5.
     5 
     5 
     6 2. ActivityCreator
     6 2. Android project
     7    Use the script provides by the SDK to set the Android platform directory.
     7    Use the script provides by the SDK to set the Android platform directory.
     8    > $SDK_DIR/tools/activitycreator --out . com.beem.project.beem.Beem
     8    > $SDK_DIR/tools/android update project -t 2 -p $BEEM_DIRECTORY
     9 
     9 
    10 3. Compile and install
    10 3. Compile and install
    11    Use ant to compile and install the application on the Android emulator
    11    Use ant to compile and install the application on the Android emulator
    12    > ant install
    12    > ant install
    13 
    13 
    14 
       
    15