From a0254c0596e15d69677603da16457d81b6fe3d2a Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Sat, 4 Aug 2012 15:47:59 +0200 Subject: [PATCH] Add note for android update project command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 75fb1cb..67948f5 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,12 @@ Sample change to res/xml/config.xml: +Before building for the first time, you have to update the project with the desired version of the Android SDK with a command like: + + android update project --path $(pwd) --target 15 + +(assume SDK 15, use the correct desired Android SDK number here) + ### Quick test Make a change like this to index.html to run a small test program to verify the installation is OK: