File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -167,3 +167,14 @@ Ensure you have the package backports.ssl-match-hostname in the buildozer requir
167167
168168You 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 ``.
You can’t perform that action at this time.
0 commit comments