【发布时间】:2018-04-04 01:32:14
【问题描述】:
我已经在我的薄荷糖上安装了kivy(v:1.10.0) 和buildozer。
我的 kivy 应用运行良好。
我正在关注"installing buildozer with python3 support" 来编译我的apk 文件。
但在终端中执行buildozer android debug deploy run 时,我在步骤 5 中遇到错误。
输出是:
Check configuration tokens
Ensure build layout
Check configuration tokens
Preparing build
Check requirements for android
Install platform
Command failed: git clone -b stable --single-branch
https://github.com/kivy/python-for-android.git python-for-android-new-toolchain
Buildozer failed to execute the last command
If the error is not obvious, please raise the log_level to 2
and retry the latest command.
In case of a bug report, please add a full log with log_level = 2
有人可以帮忙吗?
【问题讨论】:
标签: android python git kivy buildozer