+ 1
ImportError: OpenCV loader: missing configuration file: ['config.py']. Check OpenCV installation.
I got the following error when I open my kivy app in Android. ImportError: OpenCV loader: missing configuration file: ['config.py']. Check OpenCV installation. I am using opencv version 4.8.0.76, when I run the app in windows it is working fine. But when I created apk and try to run it in Android, app crashes I specified the opencv-python==4.8.0.76 in requirements section in buildozer.spec file. I gave camera permissions to Android app also but still it crashes. Help me to fix this. Thanks in advance
1 Resposta
0
Try upgrading opencv-python and pyinstaller
pip install --upgrade opencv-python
pip install --upgrade pyinstaller