Skip to content

Commit 0efaf15

Browse files
committed
Merge branch 'AndreMiras-patch-2'
2 parents 05117c2 + 7ba67d3 commit 0efaf15

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/source/troubleshooting.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,14 @@ Ensure you have the package backports.ssl-match-hostname in the buildozer requir
167167

168168
You may also need sslopt={"cert_reqs": ssl.CERT_NONE} as a parameter to ws.run_forever() if you get an error relating to host verification
169169

170+
Requested API target 19 is not available, install it with the SDK android tool
171+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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)