Just in case somebody else have the org.opencv.BuildConfig; issue, I was able to pass that by adding:
buildFeatures {
buildConfig true
}
in build.gradle for opencv.
Android is so frustrating …
Just in case somebody else have the org.opencv.BuildConfig; issue, I was able to pass that by adding:
buildFeatures {
buildConfig true
}
in build.gradle for opencv.
Android is so frustrating …