Python Kivy - Why is Buildozer failing to push program to my phone?

↘锁芯ラ 提交于 2020-01-16 03:37:06

问题


I'm trying to run a simple Kivy testapp on Android, but I'm having problems getting Buildozer to build and push the APK to my phone. I'm running it inside a Linux (Ubuntu 64-bit) virtual machine; my host machine runs Windows 10. I have installed all prerequisites that I know of: zlib1g-dev, cython, openjdk-8-jdk, git, pip.

I'm trying to run "buildozer android debug deploy run" as per the Kivy documentation's instructions and it seems like Buildozer gets pretty far into the process, but unfortunately it crashes with the following error:


(source: forumbilder.se)

I have no idea what this error message means and thus have no clue how to address it. Help would be appreciated, thanks.

来源:https://stackoverflow.com/questions/32775111/python-kivy-why-is-buildozer-failing-to-push-program-to-my-phone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!