File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Prerequisites
99
1010 The current version is tested only on Ubuntu oneiric (11.10) and precise
1111 (12.04). If it doesn't work on other platforms, send us patch, not bug
12- report.
12+ report. Pyhton for Android works on Linux and Mac OSX, not Windows.
1313
1414You need the minimal environment for building python. Note that other libraries
1515might need other tools (cython is used by some recipes, and ccache to speedup the build)::
@@ -28,16 +28,20 @@ Ensure you have the latest cython version::
2828
2929 pip install --upgrade cython
3030
31- You must have android SDK and NDK. Right now, it's prefered to use:
31+ You must have android SDK and NDK. The SDK defines the Android functions you can use.
32+ The NDK is used for compilation. Right now, it's prefered to use:
3233
33- - SDK API 8 or 14 (15 will not work until a new NDK is released)
34+ - SDK API 8 or 14 (15 will only work with a newly released NDK )
3435- NDK r5b or r7
3536
3637You can download them at::
3738
3839 http://developer.android.com/sdk/index.html
3940 http://developer.android.com/sdk/ndk/index.html
4041
42+
43+ In general, Python for Android currently works with Android 2.3 to L.
44+
4145If it's your very first time into android SDK, don't forget to follow
4246documentation for recommended components at::
4347
You can’t perform that action at this time.
0 commit comments