File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,13 @@ You need to download and unpack the Android SDK and NDK to a directory (let's sa
90
90
For the Android SDK, you can download 'just the command line
91
91
tools'. When you have extracted these you'll see only a directory
92
92
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 >`_
94
100
95
101
First, install a platform to target (you can also replace ``19 `` with
96
102
a different platform number, this will be used again later)::
You can’t perform that action at this time.
0 commit comments