I want to create an android .apk file with kivy, buildozer and Ubuntu 16.04.
Now I had an android .apk but google playstore said, that the api level of 19 is not available. I have to set it on 26. Now i set the android.api to 26 in the buildozer.spec file. After running this for creating a new .apk file with an api level of 26 i get the following problem:
[INFO]: Avaiable API's are (19)
[WARNING]: Request API target 26 is not available, install it with the SDK and android tool.
- Run ~/.buildozer/android/platform/android-sdk-20/tools/android update sdk
- Select API 26
- Run ~/.buildozer/android/platform/android-sdk-20/tools/android
- Select Android SDK Build-tools 26.x.x
- Check aidl file in
~/.buildozer/android/platform/android-sdk-20/build-tools/26.x.x/
来源:https://stackoverflow.com/questions/51731647/kivy-android-app-set-the-api-level-from-19-to-26-failed