File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -169,8 +169,12 @@ You may also need sslopt={"cert_reqs": ssl.CERT_NONE} as a parameter to ws.run_f
169169
170170Requested 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 ``.
You can’t perform that action at this time.
0 commit comments