File tree 1 file changed +8
-0
lines changed
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:
177
177
- The ``ANDROIDSDK `` environment variable.
178
178
- The ``ANDROID_HOME `` environment variable (this may be used or set
179
179
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.
180
184
181
185
If none of these is set, python-for-android will raise an error and exit.
182
186
@@ -219,6 +223,10 @@ order; setting any of these variables overrides all the later ones:
219
223
- The ``NDK_HOME `` environment variable (this may be used or set
220
224
by other tools).
221
225
- 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.
222
230
by other tools).
223
231
224
232
If 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