Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cmake

Limit Cpu Cores For Ndkbuild With Cmake And Ninja

Before, when I was using ndkBuld for building native code on Android I was able to pass an argument… Read more Limit Cpu Cores For Ndkbuild With Cmake And Ninja

Why Android Ndk Standalone Toolchain Do Not Support Arm64 With Api 19 But Android Ndk Cmake Does

I used to build arm64-v8a lib of api level 19 use android.toolchain.cmake comes with Android NDK r1… Read more Why Android Ndk Standalone Toolchain Do Not Support Arm64 With Api 19 But Android Ndk Cmake Does

How Do I Tell Android Studio To Use Gcc 4.9 With Cmake?

I'm using NDK r12 with Android Studio 2.2. I need CMake to use GCC 4.9 instead of Clang to buil… Read more How Do I Tell Android Studio To Use Gcc 4.9 With Cmake?

Which Cmake Will Android Plugin Use?

With Android Studio 3.3 I use native (C++) library, which I built with CMake. The Android plugin (v… Read more Which Cmake Will Android Plugin Use?

-fno-unwind-tables And -fno-asynchronous-unwind-tables Does Not Work Ndk Clang++

I'm compiling my C++ code using clang++ that comes with ndk21. I've set both compiler flags… Read more -fno-unwind-tables And -fno-asynchronous-unwind-tables Does Not Work Ndk Clang++

Using Pre-built Shared Library In Android Studio

I need to use a custom prebuilt shared library (built on standalone ndk as libdynamic.so) in my and… Read more Using Pre-built Shared Library In Android Studio