I installed Android Studio 3.1.4 and downloaded OpenCV-2.4.11-android-sdk. For first steps, I tried to run a sample that comes with the OpenCV SDK, e.g. face-detection. When I build the project in Android Studio I get the message:
Error: Your project contains C++ files but it is not using a supported native build system. Consider using CMake or ndk-build integration. For more information, go to: https://d.android.com/r/studio-ui/add-native-code.html
On this site its said NDK, CMake and LLDB must be installed. But it already is.
Any idea how to fix that?