We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60481dc commit 5d9a7beCopy full SHA for 5d9a7be
docs/source/prerequisites.rst
@@ -58,5 +58,5 @@ After installing them, export both installation path, NDK version and API to use
58
59
Also, you must configure you're PATH to add the ``android`` binary::
60
61
- export PATH=/path/to/android-ndk:/path/to/android-sdk-linux/tools:$PATH
+ export PATH=$ANDROIDNDK:$ANDROIDSDK/tools:$PATH
62
0 commit comments