Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Are there no more plans to support Gradle in building the OpenCV Java project?

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?

Are there no more plans to support Gradle in building the OpenCV Java project?

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 no more plans to include Gradle support support, or is it in a later date?development?