Buildozer错误,CalledProcessError(Kivy) [英] Buildozer error, CalledProcessError (Kivy)

查看:1147
本文介绍了Buildozer错误,CalledProcessError(Kivy)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

运行时我有以下错误 buildozer(VirtualBox上的Ubuntu 14.04 64)Android的调试运行部署

Traceback (most recent call last):
  File "build.py", line 491, in <module>
    make_package(args)
  File "build.py", line 354, in make_package
    subprocess.check_call([ANT, arg])
  File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ant', 'debug']' returned non-zero exit status 1
# Command failed: /usr/bin/python2.7 build.py --name Mathcore --version 0.0.1 --package org.test.mathcore --private /home/necronomicron/Code/Mathcore/.buildozer/android/app --sdk 14 --minsdk 8 --orientation landscape debug

虽然我发现,它说,它的关闭。另外,我新来的Linux。

Although I've found this, and it says it's closed. Also I am new to Linux.

推荐答案

运行 buildozer --verbose Android的调试并粘贴完整的输出。虽然在猜测,这是因为你缺少32位库。如果是这样,你需要像

Run buildozer --verbose android debug and paste the full output. Though at a guess, this is because you lack 32 bit libraries. If so, you need something like

sudo dpkg --add-architecture i386
sudo apt-get -qqy update
sudo apt-get -qqy install libncurses5:i386 libstdc++6:i386 zlib1g:i386

如果这不起作用,你应该看看在你的Ubuntu版本来安装这些包以正确的方式,我不记得这个例子是什么版本的。

If this doesn't work, you should look for the right way to install these packages in your version of ubuntu, I don't remember what version this example is for.

这篇关于Buildozer错误,CalledProcessError(Kivy)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆