zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

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

Android not found 时候 debug 出现异常
2023-09-14 09:06:34 时间

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