Skip to content

Commit 403269a

Browse files
committed
Merge pull request kivy#426 from tony/patch-1
README: reStructuredText highlighting / indentation touchups
2 parents d6aaefb + 6d9e213 commit 403269a

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

README.rst

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,23 @@ Global overview
1515

1616
#. Download Android NDK, SDK
1717

18-
* NDK: http://dl.google.com/android/ndk/android-ndk-r8c-linux-x86.tar.bz2
19-
20-
* More details at: http://developer.android.com/tools/sdk/ndk/index.html
21-
22-
* SDK: http://dl.google.com/android/android-sdk_r21.0.1-linux.tgz
23-
24-
* More details at:http://developer.android.com/sdk/index.html
18+
* NDK: http://dl.google.com/android/ndk/android-ndk-r8c-linux-x86.tar.bz2
19+
* More details at: http://developer.android.com/tools/sdk/ndk/index.html
20+
* SDK: http://dl.google.com/android/android-sdk_r21.0.1-linux.tgz
21+
* More details at:http://developer.android.com/sdk/index.html
2522

2623
#. Launch "android", and download latest Android platform, here API 14, which would be Android 4.0
2724

28-
#. Export some environment variables::
25+
#. Export some environment variables:
26+
27+
.. code-block:: shell
2928
30-
export ANDROIDSDK="/path/to/android/android-sdk-linux_86"
31-
export ANDROIDNDK="/path/to/android/android-ndk-r8c"
32-
export ANDROIDNDKVER=r8c
33-
export ANDROIDAPI=14
29+
export ANDROIDSDK="/path/to/android/android-sdk-linux_86"
30+
export ANDROIDNDK="/path/to/android/android-ndk-r8c"
31+
export ANDROIDNDKVER=r8c
32+
export ANDROIDAPI=14
3433
35-
(Of course correct the paths mentioned in ANDROIDSDK and ANDROIDNDK)
34+
(Of course correct the paths mentioned in ANDROIDSDK and ANDROIDNDK)
3635

3736
#. Clone python-for-android::
3837

@@ -59,10 +58,10 @@ Global overview
5958
Troubleshooting
6059
---------------
6160

62-
if you get the following message:
61+
If you get the following message::
6362

6463
Android NDK: Host 'awk' tool is outdated. Please define HOST_AWK to point to Gawk or Nawk !
6564

66-
a solution is to remove the "awk" binary in the android ndk distribution
65+
a solution is to remove the "awk" binary in the android ndk distribution::
6766

6867
rm $ANDROIDNDK/prebuilt/linux-x86/bin/awk

0 commit comments

Comments
 (0)