diff -r da35534975cd -r 295cc30ae84a INSTALL --- a/INSTALL Thu Sep 17 20:39:09 2009 +0200 +++ b/INSTALL Thu Sep 24 14:06:24 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 - -