Skip to content

Commit 9916cb5

Browse files
committed
Fixed sdk_ and ndk_dir option doc
1 parent 75c71d6 commit 9916cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Path to the Android SDK
175175
python-for-android searches in the following places for this path, in
176176
order; setting any of these variables overrides all the later ones:
177177

178-
- The ``--sdk_path`` argument to any python-for-android command.
178+
- The ``--sdk_dir`` argument to any python-for-android command.
179179
- The ``ANDROIDSDK`` environment variable.
180180
- The ``ANDROID_HOME`` environment variable (this may be used or set
181181
by other tools).
@@ -220,7 +220,7 @@ Path to the Android NDK
220220
python-for-android searches in the following places for this path, in
221221
order; setting any of these variables overrides all the later ones:
222222

223-
- The ``--ndk_path`` argument to any python-for-android command.
223+
- The ``--ndk_dir`` argument to any python-for-android command.
224224
- The ``ANDROIDNDK`` environment variable.
225225
- The ``NDK_HOME`` environment variable (this may be used or set
226226
by other tools).

0 commit comments

Comments
 (0)