# HG changeset patch # User Da Risk # Date 1426439606 -3600 # Node ID e5a970600066581bd6e8117a89ad10204f55b3d7 # Parent 197a85a35cba60fa591ddfd85d44082e82297100 Update install instructions diff -r 197a85a35cba -r e5a970600066 INSTALL --- a/INSTALL Sun Mar 15 18:03:03 2015 +0100 +++ b/INSTALL Sun Mar 15 18:13:26 2015 +0100 @@ -8,26 +8,10 @@ 1. Dependencies 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. - - 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. - > $SDK_DIR/tools/android update project -t $TARGET_ID -p $BEEM_DIRECTORY - -3. Compile and install - Use ant to compile and install the application on the Android device - > ant install +2. Compile and install + Use gradle to compile and install the application on the Android device + > ./gradlew build installDebug The development version use a private certificate to sign the package. You will need to uninstall it before installing or upgrading a version of BEEM from the Android market. diff -r 197a85a35cba -r e5a970600066 project.properties --- a/project.properties Sun Mar 15 18:03:03 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -# 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 edit -# "ant.properties", and override values to adapt the script to your -# project structure. -# -# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): -#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt - -# Project target. -target=android-16