在 ubuntu 中运行 buildozer 时找不到 Git (git)
Posted
技术标签:
【中文标题】在 ubuntu 中运行 buildozer 时找不到 Git (git)【英文标题】:Git (git) not found when running buildozer in ubuntu 【发布时间】:2020-07-15 11:33:57 【问题描述】:当尝试在虚拟 ubuntu 机器中使用 buildozer 将我的 kivy 应用程序编译成 apk 时,出现以下错误:
Debian 'dpkg' package management program version 1.19.0.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
# Search for Git (git)
# Git (git) not found, please install it.
这是什么意思,我应该怎么做才能解决这个问题??
【问题讨论】:
【参考方案1】:这意味着你应该安装git。在 Debian 中,这应该可以工作:
sudo apt-get install git
【讨论】:
以上是关于在 ubuntu 中运行 buildozer 时找不到 Git (git)的主要内容,如果未能解决你的问题,请参考以下文章
《Buildozer打包实战指南》第一节 在虚拟机中安装Ubuntu系统
Python/Kivy/Buildozer - 应用程序在 Android 中崩溃,但在 PC 上运行良好
Ubuntu Buildozer JAVA_HOME 设置为无效目录