buildozer fails with “undefined reference to `PyFrame_Type'”
I am trying to use buildozer to build a .apk file to install on Android. In one of the steps, where it is using gcc to link, the first warning is:
Buildozer fails on libffi
I am trying to make an APK from a simple Python GUI script. I am using Raspberry Pi, as this is the only Linux system I have. I had already solved two problems, but I stucked on this one. What should I do next?