我已经在我的薄荷上安装了kivy(v:1.10.0)和buildozer。
我的kivy应用程序运行良好。
我正在跟踪“安装带有python3支持的内置器”编译我的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有人能帮忙吗?
发布于 2018-04-04 04:31:08
https://stackoverflow.com/questions/49641386
复制相似问题