In my most recent pull of the OpenCV repository in github, I looked into the opencv_gradle_projects.cmake
file in ./cmake/android
. All I saw was:
message(FATAL_ERROR "
Android gradle-based build/projects are not supported in this version of OpenCV.
You need to downgrade Android SDK Tools to version 25.2.5.
Details: https://github.com/opencv/opencv/issues/8460
")
So does that mean that the Android Studio project can only be built using Ant? Are there plans to include Gradle support in a later date?