Skip to content

Commit 7ba67d3

Browse files
committed
Improved explanation of missing API targets in troubleshooting doc
1 parent ef07679 commit 7ba67d3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

doc/source/troubleshooting.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,12 @@ You may also need sslopt={"cert_reqs": ssl.CERT_NONE} as a parameter to ws.run_f
169169

170170
Requested API target 19 is not available, install it with the SDK android tool
171171
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
172-
As suggested your SDK doesn't have any platform tools installed.
173-
Run SDK android tool from buildozer to install it:
174-
```
175-
~/.buildozer/android/platform/android-sdk-20/tools/android
176-
```
172+
173+
This means that your SDK is missing the required platform tools. You
174+
need to install the ``platforms;android-19`` package in your SDK,
175+
using the ``android`` or ``sdkmanager`` tools (depending on SDK
176+
version).
177+
178+
If using buildozer this should be done automatically, but as a
179+
workaround you can run these from
180+
``~/.buildozer/android/platform/android-sdk-20/tools/android``.

0 commit comments

Comments
 (0)