buildozer android debug的时候出现异常 autoreconf: not found

首先创建的工程的时候 使用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/

原文地址:https://www.cnblogs.com/c-x-a/p/13918325.html