使用 Kivy 创建 apk 显示一些错误

use*_*ser 5 android kivy pyjnius buildozer

当我发出命令后:

buildozer android 调试 部署 运行

我收到以下错误。它显示语法错误?

# Install distribute
# Run 'curl http://python-distribute.org/distribute_setup.py | venv/bin/python'
# Cwd /root/Bt/.buildozer
% Total     % Received  % Xferd   Average  Speed    Time    Time     Time  Current 
Dload Upload  Total Spent    Left Speed
100  1395  100  1395    0     0    276      0  0:00:05  0:00:05 --:--:--   276
File "<stdin>", line 1
<HTML><HEAD>
^
SyntaxError: invalid syntax
# Command failed: curl http://python-distribute.org/distribute_setup.py | venv/bin
/python
Run Code Online (Sandbox Code Playgroud)

inc*_*ent 2

看起来这个卷曲由于某种原因失败了。您能否确保您的 buildozer 完全是最新的 git,删除您的.buildozer目录,然后重试?