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
首先创建的工程的时候 使用pycharm就没事,也就是推荐python环境是virtualenv
缺少依赖,安装依赖就好了
brew install cmake
brew install automake
brew install autoconf
brew install libtool
再次运行
python3.6 -m buildozer android debug