首先创建的工程的时候 使用pycharm就没事,也就是推荐python环境是virtualenv

缺少依赖,安装依赖就好了

brew install cmake
brew install automake
brew install autoconf
brew install libtool

再次运行

 python3.6 -m buildozer android debug

教程推荐
https://realpython.com/mobile-app-kivy-python/

相关文章:

  • 2022-01-13
  • 2021-09-15
  • 2022-12-23
  • 2022-02-10
  • 2021-09-20
  • 2021-08-28
  • 2022-01-15
猜你喜欢
  • 2022-12-23
  • 2021-06-25
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案