I\'m trying use JavaCV with Android Studio and Gradle. I wrote such code fragment:
repositories { mavenCentral() maven { url \"http://maven2.j
I faced this issue on Windows 7 x64. Here is a section from my gradle.build file which resolved the problem:
compile("org.bytedeco:javacv:0.11") compile("org.bytedeco.javacpp-presets:opencv:2.4.11-0.11:windows-x86_64") compile("org.bytedeco.javacpp-presets:ffmpeg:2.6.1-0.11:windows-x86_64")