File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Prerequisites
9
9
10
10
The current version is tested only on Ubuntu oneiric (11.10) and precise
11
11
(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.
13
13
14
14
You need the minimal environment for building python. Note that other libraries
15
15
might 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::
28
28
29
29
pip install --upgrade cython
30
30
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:
32
33
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 )
34
35
- NDK r5b or r7
35
36
36
37
You can download them at::
37
38
38
39
http://developer.android.com/sdk/index.html
39
40
http://developer.android.com/sdk/ndk/index.html
40
41
42
+
43
+ In general, Python for Android currently works with Android 2.3 to L.
44
+
41
45
If it's your very first time into android SDK, don't forget to follow
42
46
documentation for recommended components at::
43
47
You can’t perform that action at this time.
0 commit comments