Skip to content

Update prerequisites.rst #284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 15, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docs/source/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Prerequisites

The current version is tested only on Ubuntu oneiric (11.10) and precise
(12.04). If it doesn't work on other platforms, send us patch, not bug
report.
report. Pyhton for Android works on Linux and Mac OSX, not Windows.

You need the minimal environment for building python. Note that other libraries
might need other tools (cython is used by some recipes, and ccache to speedup the build)::
Expand All @@ -28,16 +28,20 @@ Ensure you have the latest cython version::

pip install --upgrade cython

You must have android SDK and NDK. Right now, it's prefered to use:
You must have android SDK and NDK. The SDK defines the Android functions you can use.
The NDK is used for compilation. Right now, it's prefered to use:

- SDK API 8 or 14 (15 will not work until a new NDK is released)
- SDK API 8 or 14 (15 will only work with a newly released NDK)
- NDK r5b or r7

You can download them at::

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


In general, Python for Android currently works with Android 2.3 to L.

If it's your very first time into android SDK, don't forget to follow
documentation for recommended components at::

Expand Down