问题
When I try to include numpy on the requirements of buildozer I get this message on logcat: I/python (26117): ImportError: cannot import name scimath
And the apps crashes.
Is there a way to fix this?
回答1:
Solved with updated recipe.sh on python-for-android for numpy.
http://pastebin.com/fB3BtRCn
Get the latest patches from: https://github.com/kivy/python-for-android/tree/master/pythonforandroid/recipes/numpy
来源:https://stackoverflow.com/questions/33398723/kivy-numpy-android-error