It seems the new version of buildozer updated the SDK tools and no longer supports packing the OpenCV with the default setting. So, we should settle the SDK by ourselves.
What can we do with OpenCV in Android:
loading/writing images
writing videos (some formats like avi)
facial detection with the camera opened by kivy
What we can’t do:
loading videos
open cameras
update images under threading (display)
Abilities of OpenCV were limited in android. Hope someone could solve the problems above soon.
# 1. Download [cmdlines-tools from google](https://developer.android.com/studio#cmdline-tools)
# 2. prepare the sdk by yourself # export the path you'd like to place it export PREFIX=/run/media/karobben/Data/Kivy2.0MD0.104.2.dP3.7.5 mkdir $PREFIX/.buildozer/android/platform/android-sdk cd$PREFIX/.buildozer/android/platform/android-sdk/