aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorMaxime Biais <maxime.biais@gmail.com>2014-04-22 08:49:25 +0800
committerMaxime Biais <maxime.biais@gmail.com>2014-04-22 08:49:52 +0800
commit474c5f4af81a6a7791520fcaa5dcb72146d14281 (patch)
treeea6be529fac78fe8964e09d191be24ecec1f9ab9 /readme.md
parentb84713ecb19c7e6319b1f1176e0a217382601d18 (diff)
downloadgradle-perf-android-medium-474c5f4af81a6a7791520fcaa5dcb72146d14281.tar.gz
update readme to correct `android update project` invocation
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 842a3b6c1..27c4ba4eb 100644
--- a/readme.md
+++ b/readme.md
@@ -7,13 +7,14 @@ read on.
## Build Instructions ##
The [gradle build system][2] will fetch all dependencies and generate
-files you need to build the project. You first need generate the
+files you need to build the project. You first need to generate the
local.properties file and create the gradle.properties file, the easiest
way is to copy our example:
- $ android update project -p . # generate or update local.properties
+ $ android update project -p . --target android-14 # generate or update local.properties
$ cp gradle.properties-example gradle.properties
+Note: generated `build.xml`, `proguard-project.txt` and `project.properties` are not used and can be deleted.
After this step, you can invoke gradle to build, install and test the project:
$ ./gradlew assembleDebug # assemble the debug .apk