Hello, I have developed a Kivy app, and when I try to upload it to production for the first time, I get the following error:
“Your application does not support 16 kB memory page sizes.”
I have tried many configurations in my Buildozer setup to solve this error without success. The following lines summarize what I have tried in my buildozer.spec file:
I also tried adding:
Does anyone know what Buildozer setup I need to use to fix the 16 kB memory page size error?
Thank you very much!