Android Studio OpenCV NDK: Unspecified error, The function is not implemented
问题 I write in Android Studio on Windows. And I use OpenCV in my native c++ code.When calling the function, I get this error in logcat: "OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvShowImage, file /Volumes/Linux/builds/master_pack-android/opencv/modules/highgui/src/window.cpp, line 545". I found