Kivy Android App: Set The Api Level From 19 To 26 Failed
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
Solution 1:
- 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/
Post a Comment for "Kivy Android App: Set The Api Level From 19 To 26 Failed"