Skip to content

Commit cc78d6a

Browse files
committed
Documented that p4a checks for buildozer downloads
1 parent 69c9c6b commit cc78d6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/source/quickstart.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ order; setting any of these variables overrides all the later ones:
177177
- The ``ANDROIDSDK`` environment variable.
178178
- The ``ANDROID_HOME`` environment variable (this may be used or set
179179
by other tools).
180+
- By using buildozer and letting it download the SDK;
181+
python-for-android automatically checks the default buildozer
182+
download directory. This is intended to make testing
183+
python-for-android easy.
180184

181185
If none of these is set, python-for-android will raise an error and exit.
182186

@@ -219,6 +223,10 @@ order; setting any of these variables overrides all the later ones:
219223
- The ``NDK_HOME`` environment variable (this may be used or set
220224
by other tools).
221225
- The ``ANDROID_NDK_HOME`` environment variable (this may be used or set
226+
- By using buildozer and letting it download the NDK;
227+
python-for-android automatically checks the default buildozer
228+
download directory. This is intended to make testing
229+
python-for-android easy.
222230
by other tools).
223231

224232
If none of these is set, python-for-android will raise an error and exit.

0 commit comments

Comments
 (0)