I would like to link a different C++ library based on the ABI. I have one version of the lib that works on x86 and one that works on armeabi-v7a. How can I achieve this in Android Studio?
I could not get the solution by googling and I am new to CMake and Gradle. Android as a whole tbh :) So any help is greatly appreciated.