3

我跑了

buildozer android debug deploy run

然后它就挂在#Compile Platform

# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Install platform
# Apache ANT found at /home/user/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /home/user/.buildozer/android/platform/android-sdk-20
# Android NDK found at /home/user/.buildozer/android/platform/android-ndk-r9c
# Check application requirements
# Check garden requirements
# Compile platform

不知道要做什么。应该这样挂吗?现在已经2小时了。这是使用 kivy 的基本项目。只是为了检查使用它的android开发是否有效。

4

1 回答 1

1

如果您遇到此问题,则可能是您的 Buildozer 安装搞砸了。尝试使用 VM 映像:https ://kivy.org/docs/guide/packaging-android-vm.html

然后我使用以下命令删除了 Buildozer 缓存:

rm -rf ~/.buildozer/android/packages

它奏效了:D

注意:将日志级别更改为 2 或使用

buildozer -v android debug

查看更多输出。

于 2016-08-09T08:34:20.843 回答