You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build an android application with kivy and buildozer which uses opencv.
Unfortunately adding either numpy or opencv in the requirements line results in error building the apk file.
Here are the log of the build as well as my .spec file.
I have tried both with and without crystaxNDK without any success.
Not including numpy or opencv in requirements just results in ImportError once the apk is run.
Adding other modules like sqlite3 build successfully.
I have Cython installed as well as all the other requirements for building a kivy app.
Any suggestions would be appreciated.
Thanks,
The text was updated successfully, but these errors were encountered:
Hi all,
I am trying to build an android application with kivy and buildozer which uses opencv.
Unfortunately adding either numpy or opencv in the requirements line results in error building the apk file.
Here are the log of the build as well as my .spec file.
Build log
buildozer.spec
I have tried both with and without
crystaxNDK
without any success.Not including numpy or opencv in requirements just results in
ImportError
once the apk is run.Adding other modules like
sqlite3
build successfully.I have
Cython
installed as well as all the other requirements for building a kivy app.Any suggestions would be appreciated.
Thanks,
The text was updated successfully, but these errors were encountered: