We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129cbfa commit 6114182Copy full SHA for 6114182
doc/source/troubleshooting.rst
@@ -167,3 +167,10 @@ Ensure you have the package backports.ssl-match-hostname in the buildozer requir
167
168
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
169
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