I've followed these instructions for adding OpenCV to a gradle project, and it seemed to go okay, however in my source I can't import the OpenCV classes.
org.opencv
seems to import ok, but not any of the sub-packages or classes. In Android Studio it looks like this:
As I type out the package name, after org.opencv.
the only suggestion is *
.
What could I be doing wrong?