Skip to content

Commit fd18902

Browse files
committed
add prerequisites on the NDK/SDK version
1 parent 6a72910 commit fd18902

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ your application.
1313
- Forum: https://groups.google.com/forum/?hl=fr#!forum/python-android
1414
- Mailing list: python-android@googlegroups.com
1515

16-
1716
.. toctree::
1817
:maxdepth: 2
1918

docs/source/prerequisites.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ might need other tools (cython is used by some recipes, and ccache to speedup th
1111

1212
sudo apt-get install build-essential patch git-core ccache cython ant
1313

14-
You must have android SDK and NDK. You can download them at::
14+
You must have android SDK and NDK. Right now, it's prefered to use:
15+
16+
- SDK API 8 or 14 (15 will not work until a new NDK will be released)
17+
- NDK r5b or r7
18+
19+
You can download them at::
1520

1621
http://developer.android.com/sdk/index.html
1722
http://developer.android.com/sdk/ndk/index.html

0 commit comments

Comments
 (0)