# HG changeset patch # User Da Risk # Date 1278015972 -7200 # Node ID bf607b6d3687be0ae4f98e253dcc9a3a0f452e55 # Parent e07771994f56f644e2e3d1884914ebf26894934f Add default target for Android-2.1 diff -r e07771994f56 -r bf607b6d3687 INSTALL --- a/INSTALL Wed Jun 30 00:12:47 2010 +0200 +++ b/INSTALL Thu Jul 01 22:26:12 2010 +0200 @@ -7,12 +7,19 @@ ------------------- 1. Dependencies - First you will need the latest Android SDK. You can download it at http://d.android.com. + 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. You will also need the Apache Ant tool to build the project. You can get it at http://ant.apache.org 2. Android project Use the android program provides by the SDK to set the Android platform directory. - First get the Target id of the platform you want to build BEEM for. + + Set up the Beem project. + > $SDK_DIR/tools/android update project -p $BEEM_DIRECTORY + +or + + If you want to build Beem for a different Android Target platform : + Get the Target id of the platform you want to build BEEM for. > $SDK_DIR/tools/android list targets Then use this id to set up the BEEM project. diff -r e07771994f56 -r bf607b6d3687 default.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/default.properties Thu Jul 01 22:26:12 2010 +0200 @@ -0,0 +1,11 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "build.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-7