From d70e717f6347006b75fcfb17561ef8c38404b46b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 17 Oct 2013 17:40:20 +0200 Subject: We need API 15 installed. --- README.txt | 2 +- compile.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 5e4d8abe..4e1f0db0 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Preconditions ---------------- 1. Android SDK installed (follow instructions from http://developer.android.com/sdk/index.html) -2. API version 16 or version installed. +2. API version 15 installed. 2. Ant 1.6 or greater Instructions to compile diff --git a/compile.sh b/compile.sh index 250f9460..179440d0 100755 --- a/compile.sh +++ b/compile.sh @@ -1,3 +1,3 @@ #!/bin/bash -android update project --path . --name "Bitmask for Android" --target android-17 +android update project --path . --name "Bitmask for Android" --target android-15 ant debug -- cgit v1.2.3