My Smartphone uses Android 7.0.
I am developing an app using buildozer on Ubuntu 18.04.
The API is 24, according to several sites.
What I don't know is which sdk and ndk version to use. I tried several versions and the outcome is different for each trial.
Using API 24, min API 9, ndk 9c, sdk 20 (buildozer.spec) I obtain the following error:
Command failed: /usr/bin/python -m pythonforandroid.toolchain create --dist_name=phone --bootstrap=sdl2 --requirements=python2,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/edison/AppProjects/BESTPHONE/.buildozer/android/platform/build
There are so many errors in the log that I don't dare to put them all here.
Maybe if I know what is the right ndk and sdk version I won't need to go on this process of trial and error. I read many forums and none helped. Please!