What is CMake Android Studio?

An external build tool that works alongside Gradle to build your native library . You do not need this component if you only plan to use ndk-build. CMake require a build script to know how to build your native library. For new projects, Android Studio creates a CMake build script, CMakeLists.

Read more

How do I set local property NDK?

Select the menu File > Project Structure > SDK Location , Android NDK Location if it is not set yet, then click … , and browse to your NDK location and click “OK” (you may also choose “download”). Once you set once. If will by default use the settings for Ndk location for the all your android projects too.

Read more