An exercise in frustration

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 … :frowning:

1 Like