@@ -23,25 +23,25 @@ your Android project.
23
23
24
24
Alternatively, to build the frameworks on your own:
25
25
26
- #. Download Android NDK, SDK
26
+ #. Download the Android SDK and NDK:
27
27
28
- * NDK :
28
+ * SDK :
29
29
30
- - Linux (32 bit host OS): http://dl.google.com/android/ndk/android-ndk32-r10b-linux-x86.tar.bz2
31
- - Linux (62 bit host OS): http://dl.google.com/android/ndk/android-ndk32-r10b-linux-x86_64.tar.bz2
32
- - OS X (32 bit host OS): http://dl.google.com/android/ndk/android-ndk32-r10b-darwin-x86.tar.bz2
33
- - OS X (64 bit host OS): http://dl.google.com/android/ndk/android-ndk32-r10b-darwin-x86_64.tar.bz2
30
+ - Linux: http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz
31
+ - OS X: http://dl.google.com/android/android-sdk_r23.0.2-macosx.zip
34
32
35
- More details at http://developer.android.com/tools/ sdk/ndk /index.html
33
+ More details at http://developer.android.com/sdk/index.html
36
34
37
- * SDK :
35
+ * NDK :
38
36
39
- - Linux: http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz
40
- - OS X: http://dl.google.com/android/android-sdk_r23.0.2-macosx.zip
37
+ - Linux (32 bit host OS): http://dl.google.com/android/ndk/android-ndk32-r10b-linux-x86.tar.bz2
38
+ - Linux (62 bit host OS): http://dl.google.com/android/ndk/android-ndk32-r10b-linux-x86_64.tar.bz2
39
+ - OS X (32 bit host OS): http://dl.google.com/android/ndk/android-ndk32-r10b-darwin-x86.tar.bz2
40
+ - OS X (64 bit host OS): http://dl.google.com/android/ndk/android-ndk32-r10b-darwin-x86_64.tar.bz2
41
41
42
- More details at http://developer.android.com/sdk/index.html
42
+ More details at http://developer.android.com/tools/ sdk/ndk /index.html
43
43
44
- #. Add the Android SDK tools to your path:
44
+ #. Add the Android SDK tools to your path
45
45
46
46
#. Launch "android", and make sure you have all the necessary parts of the SDK. You
47
47
can do this using the graphical interface, or using the command line::
0 commit comments