INSTALL
author Nikita Kozlov <nikita@mbdsys.com>
Tue, 29 Dec 2009 17:23:34 +0100
changeset 607 52e24c3386f3
parent 366 76bfb3e8e129
child 676 ed7f90128426
permissions -rw-r--r--
SDK target set to 6 since google have said that 2.0 will be totaly replaced the 1st 2010 The service is destroyed when all connections are losts.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
ea84f930b04a Initial import
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     1
Howto Install Beem ?
ea84f930b04a Initial import
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     2
ea84f930b04a Initial import
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     3
1. Dependencies
366
76bfb3e8e129 Modification des infos d'install
Da Risk <darisk972@gmail.com>
parents: 34
diff changeset
     4
   First you will need the Android SDK-1.5.
0
ea84f930b04a Initial import
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     5
366
76bfb3e8e129 Modification des infos d'install
Da Risk <darisk972@gmail.com>
parents: 34
diff changeset
     6
2. Android project
0
ea84f930b04a Initial import
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     7
   Use the script provides by the SDK to set the Android platform directory.
366
76bfb3e8e129 Modification des infos d'install
Da Risk <darisk972@gmail.com>
parents: 34
diff changeset
     8
   > $SDK_DIR/tools/android update project -t 2 -p $BEEM_DIRECTORY
0
ea84f930b04a Initial import
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     9
ea84f930b04a Initial import
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    10
3. Compile and install
ea84f930b04a Initial import
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    11
   Use ant to compile and install the application on the Android emulator
ea84f930b04a Initial import
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    12
   > ant install
ea84f930b04a Initial import
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    13