我跑了
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开发是否有效。
答案 0 :(得分:1)
如果您遇到此问题,可能是因为您的Buildozer安装问题搞砸了。尝试使用VM映像:https://kivy.org/docs/guide/packaging-android-vm.html
然后我使用以下命令删除了Buildozer缓存:
rm -rf ~/.buildozer/android/packages
它有效:D
注意:将您的日志级别更改为2或使用
buildozer -v android debug
看到更多输出。