命令失败:tar xzf android-sdk_r20-linux.tgz

Command failed: tar xzf android-sdk_r20-linux.tgz

我试图将 kivy 应用程序构建到 android 并遇到此错误

# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Install platform
# Apache ANT found at /home/ali/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK is missing, downloading
# Unpacking Android SDK
# Command failed: tar xzf android-sdk_r20-linux.tgz
# 
# 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

命令

$ buildozer android_new debug

日志: http://paste.ubuntu.com/20850804/

需要任何详细信息吗?在评论中请求

机器无法正确下载android SDK。

您可以通过检查文件的 md5 和来确认这一点:

wget -O - http://dl.google.com/android/android-sdk_r20-linux.tgz | md5sum

这应该输出:22a81cf1d4a951c62f71a8758290e9bb

如果没有,我的第一个猜测是您被某种代理或防火墙阻止了。可以配置代理来限制您尝试下载的文件的最大大小。如果您不是计算机的管理员,请检查日志或联系您的系统管理员。

我想通了!

问题是由于美国对我的国家(苏丹)实施制裁,我居住的地方有些 google 服务不可用,返回的响应是 html(不是 gzip 格式)。

解决方案是使用 vpn。