Again. What my point is that Godot can build APK in seconds with no Android SDK.
When you look at Buildozer internals it downloads Android SDK and
Tools for you. Assuming you are on a platform supported by Android SDK
and Tools. If you work on a system, lets say FreeBSD, that is
unsupported by these tools, so no packages are available from Google,
then Buildozer won't do much.
Still, on such "unsupported" platform Godot was able to generate working APK :-)
I was wondering if anyone is aware of these tricks that might be also
applied in Kivy?
> If you are interested in an apk from Python source, also look at
https://beeware.org , it is an example of a simple build system but dig deeper and find the constraints.☹️
Thanks for the reference :-) What are the constraints? :-)