Skip to content

Commit ffa59a9

Browse files
committed
Merge pull request kivy#15 from mike-perdide/fix_doc
This is needed to get the ndk-build command.
2 parents 1ed7c5d + c3352fd commit ffa59a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/prerequisites.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ After installing them, export both installation path, NDK version and API to use
4949

5050
Also, you must configure you're PATH to add the ``android`` binary::
5151

52-
export PATH=/path/to/android-sdk-linux/tools:$PATH
52+
export PATH=/path/to/android-ndk:/path/to/android-sdk-linux/tools:$PATH
5353

0 commit comments

Comments
 (0)