Skip to content
This repository was archived by the owner on Aug 15, 2017. It is now read-only.

Commit 7a01aa2

Browse files
committed
Markup fixes for README.
1 parent 849d61a commit 7a01aa2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.rst

+12-12
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,25 @@ your Android project.
2323

2424
Alternatively, to build the frameworks on your own:
2525

26-
#. Download Android NDK, SDK
26+
#. Download the Android SDK and NDK:
2727

28-
* NDK:
28+
* SDK:
2929

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
3432

35-
More details at http://developer.android.com/tools/sdk/ndk/index.html
33+
More details at http://developer.android.com/sdk/index.html
3634

37-
* SDK:
35+
* NDK:
3836

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
4141

42-
More details at http://developer.android.com/sdk/index.html
42+
More details at http://developer.android.com/tools/sdk/ndk/index.html
4343

44-
#. Add the Android SDK tools to your path:
44+
#. Add the Android SDK tools to your path
4545

4646
#. Launch "android", and make sure you have all the necessary parts of the SDK. You
4747
can do this using the graphical interface, or using the command line::

0 commit comments

Comments
 (0)