summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2016-02-07 10:59:43 +0100
committerParménides GV <parmegv@sdf.org>2016-02-07 10:59:43 +0100
commit7b03a7275e37c0153852d60247dd1b045f0a3acf (patch)
tree96d2a006d1967d279094870cf65847dc21961b58 /README.md
parent433754368ff4d7339f09024960b5ed92d3452b7e (diff)
Update README to reflect last versions of Android tools
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 913a70c7..d7b4e4ea 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@ report any bugs or feature requests and to see the list of known issues.
Install from developer.android.com:
-* Android SDK, API 17: http://developer.android.com/sdk/index.html
-* Android NDK, r9d: http://developer.android.com/tools/sdk/ndk/index.html
+* Android SDK, API 23: http://developer.android.com/sdk/index.html
+* Android NDK, r10e: http://developer.android.com/tools/sdk/ndk/index.html
Make sure add the necessary android tools to your bin path. For example, assuming you installed
the SDK and NDK to `~/dev` on a linux machine, you would add this to your path:
@@ -25,7 +25,7 @@ the SDK and NDK to `~/dev` on a linux machine, you would add this to your path:
Installable via `android` command (SDK Manager):
-* Android SDK Build-tools, 19.0.3
+* Android SDK Build-tools, 23.0.2
* Android Support Repository, 4+
Finally, install a java compiler. For example: