首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >"buildozer android更新“失败

"buildozer android更新“失败
EN

Stack Overflow用户
提问于 2018-04-04 01:32:14
回答 1查看 293关注 0票数 2

我已经在我的薄荷上安装了kivy(v:1.10.0)和buildozer

我的kivy应用程序运行良好。

我正在跟踪“安装带有python3支持的内置器”编译我的apk文件。

但是在终端中执行buildozer android debug deploy run时,我在步骤5中遇到了错误。

产出如下:

代码语言:javascript
复制
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

有人能帮忙吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2018-04-04 04:31:08

该存储库不再包含分支名称stable

这里的分支机构列表

尝试使用不同的分支名称:master修改该步骤。

/buildozer/default.spec中更改它

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/49641386

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档