# HG changeset patch # User Da Risk # Date 1252592968 -7200 # Node ID b4d1b0652ddbe9547751f29b6e6d56acbf82d9f4 # Parent 284a4c4e8a11854e52c12a0ae7446c01643fd089# Parent 76bfb3e8e129a22bba0fe18799830abcc117a4cd merge diff -r 284a4c4e8a11 -r b4d1b0652ddb INSTALL --- a/INSTALL Thu Sep 10 16:27:25 2009 +0200 +++ b/INSTALL Thu Sep 10 16:29:28 2009 +0200 @@ -1,15 +1,13 @@ Howto Install Beem ? 1. Dependencies - First you will need the Android SDK. + First you will need the Android SDK-1.5. -2. ActivityCreator +2. Android project Use the script provides by the SDK to set the Android platform directory. - > $SDK_DIR/tools/activitycreator --out . com.beem.project.beem.Beem + > $SDK_DIR/tools/android update project -t 2 -p $BEEM_DIRECTORY 3. Compile and install Use ant to compile and install the application on the Android emulator > ant install - -