Skip to content

Commit e013d1e

Browse files
authored
Add note about NDK version on 32-bit OS
Not sure about the markdown formatting, but it seems like NDK's past r10e are all 64-bit only. Trying to use them on a 32-bit linux gives a "c compiler cannot produce executables" error
1 parent 2136e0f commit e013d1e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/source/quickstart.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,13 @@ You need to download and unpack the Android SDK and NDK to a directory (let's sa
9090
For the Android SDK, you can download 'just the command line
9191
tools'. When you have extracted these you'll see only a directory
9292
named ``tools``, and you will need to run extra commands to install
93-
the SDK packages needed.
93+
the SDK packages needed.
94+
95+
For Android NDK, note that modern releases will only work on a 64-bit
96+
operating system. If you are using a 32-bit distribution (or hardware),
97+
the latest useable NDK version is r10e, which can be downloaded here:
98+
99+
- `Legacy 32-bit Linux NDK r10e <http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86.bin>`_
94100

95101
First, install a platform to target (you can also replace ``19`` with
96102
a different platform number, this will be used again later)::

0 commit comments

Comments
 (0)