最近使用kivy写了个小程序准备在自己手机上用, 但是用buildozer总是报错,明明手动执行pip install cython没问题,但是使用buildozer就是不行,后终于找到解决办法. 经验是一定要科学上stockoverflow搜解决方案.
This is a recent bug, you need to install libssl-dev using apt install libssl-dev
Then you might also want to clean your buildozer directory by running rm -rf .buildozer
in the directory that contains your buildozer.spec file.
That should do it!