Skip to content

Commit 6114182

Browse files
authored
Update troubleshooting.rst
Requested API target 19 is not available, refs kivy#485
1 parent 129cbfa commit 6114182

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/source/troubleshooting.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,10 @@ 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+
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+
```

0 commit comments

Comments
 (0)