We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60481dc + 5d9a7be commit d29ebc4Copy full SHA for d29ebc4
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