android版buildozer无法构建我的应用程序

android版buildozer无法构建我的应用程序,android,python,kivy,Android,Python,Kivy,我以前将我的应用程序构建到apk,但有几天我无法为android进行构建或更新。 我的.buildozer/android/platform/pythonforandroid是空的,但我不知道这是否是原因?看起来任何命令都无法在android上运行,例如: buildozer android版本给了我: ... id: 3 or "android-19" Type: Platform Desc: Android SDK Platform 4.4.2 Re

我以前将我的应用程序构建到apk,但有几天我无法为android进行构建或更新。
我的
.buildozer/android/platform/pythonforandroid
是空的,但我不知道这是否是原因?看起来任何命令都无法在android上运行,例如: buildozer android版本给了我:

...
id: 3 or "android-19"
     Type: Platform
     Desc: Android SDK Platform 4.4.2
           Revision 3
----------
id: 4 or "android-18"
     Type: Platform
     Desc: Android SDK Platform 4.3
           Revision 2
...
----------
id: 55 or "extra-google-play_licensing"
     Type: Extra
     Desc: Google Play Licensing Library, revision 2
           By Google Inc.
           Google Play Licensing client library
           Install path: extras/google/play_licensing
----------
id: 56 or "extra-google-webdriver"
     Type: Extra
     Desc: Google Web Driver, revision 2
           By Google Inc.
           WebDriver
           Install path: extras/google/webdriver

# Android packages installation done.
# Check application requirements
# Run './distribute.sh -l'
# Cwd /home/t/py/other/foodapp/.buildozer/android/platform/python-for-android
/bin/sh: 1: ./distribute.sh: not found
# Command failed: ./distribute.sh -l
试着跑步

    buildozer android update

我在构建apk时遇到了一些问题,但在运行“清理然后更新”之后,它工作了。

嘿,我有两个解决方案:

  • 只需删除项目中的.buildozer/文件夹,然后重试
  • 运行命令:buildozerclean

  • 您是否再次尝试安装buildozer?buildozer和Android SDK工具版本20当前存在问题。有关可能的解决方案,请访问