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

Link External Shared Library Android Ndk

I have built python3 with the android-ndk toolchain (llvm prebuilt) and I'm trying to link agai… Read more Link External Shared Library Android Ndk

Building Android App On Qt Using Additional Library (assimp)

Hi I am trying to port an OpenGL desktop app to android. I have no knowledge of android development… Read more Building Android App On Qt Using Additional Library (assimp)

Integrating Ffmpeg Using Cmake: Undefined Reference When Linking Libraries

I've been trying to cross-compile ffmpeg for different Android cpu archs for couple of days now… Read more Integrating Ffmpeg Using Cmake: Undefined Reference When Linking Libraries

Linking External Libraries Using Ndk, Gradle & Cmake In Android Studio

I've come back to Android development after a gap and my old ANT based build chain no longer se… Read more Linking External Libraries Using Ndk, Gradle & Cmake In Android Studio

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

Android Studio Cmake Build Once For All Build Variants

I have a project with C++ code (JNI) and lots of build variants and combinations. These are used to… Read more Android Studio Cmake Build Once For All Build Variants