Fading Coder

One Final Commit for the Last Sprint

Cross-Compiling Android Shared Libraries Using CMake

Building an Android Shared Library with CMake CMake can produce .so binaries for Android using either the NDK via dedicated variables or the provided toolchain file. Both approaches require an NDK installation. The following sections describe minimal configurations. 1. Configuring with NDK Variables...