The latest version of Android Studio seems to support CMake builds instead of ndk builds hence I can’t seem to use the Application.mk file. Should I be using an older version for this?
Basically the issue I am facing is that I am not able to create a static library using the CMake build system by specifying STATIC keyword in the add_library command. It only wants to create shared libraries.
EDIT
Nevermind, I was able to generate a static library now. Thanks.