Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
buildozer 在 android 上部署了哪个 kivy 版本,是否可以控制它?
是的,在需求中写一个版本,例如requirements = kivy==1.9.1.
requirements = kivy==1.9.1
Buildozer 使用来自 的包pip,因此如果您只编写kivy,它将使用命令pip install kivy(即stable分支)将其下载到其 virtualenv 中。
pip
kivy
pip install kivy
stable