我正在使用kivy UI构建android应用,我的代码成功在本地运行,但是当我使用buildozer构建APK并部署到android手机时,它崩溃了。修复Pandas依赖项“ pytz”和“ dateutils”后,现在我看到一个新错误
ImportError: C extension: dlopen failed: data/data/org.pva.pva/files/app/_python_bundle/site-packages/pandas/_libs/tslibs/conversion.so" is 64-bit instead of 32-bit not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions first.
我已经下载了pandas并使用python setup.py install和
进行了手动安装python setup.py build_ext --inplace --force
当我这样做时没有错误。但是当我部署时出现错误,
有人可以帮我解决这个问题。