File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
181185If 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
224232If none of these is set, python-for-android will raise an error and exit.
You can’t perform that action at this time.
0 commit comments