diff options
author | Parménides GV <parmegv@sdf.org> | 2016-02-07 10:59:43 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2016-02-07 10:59:43 +0100 |
commit | 7b03a7275e37c0153852d60247dd1b045f0a3acf (patch) | |
tree | 96d2a006d1967d279094870cf65847dc21961b58 /README.md | |
parent | 433754368ff4d7339f09024960b5ed92d3452b7e (diff) |
Update README to reflect last versions of Android tools
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |