Top "Android-ndk" questions

The Android Native Development Kit (NDK) is a companion tool to the Android SDK that lets build performance-critical portions of apps in native code or port existing libraries in C/C++ to Android.

What is the Android Native Development Kit (NDK)?

What is the Android NDK (native development kit) ? How can one use it? Why should one use it?

android android-ndk
How to use addr2line in Android

I am stuck with my app, as I am unable to debug as it is a multithreaded one and crashes …

android android-ndk shared-libraries native-code addr2line
undefined reference to `__android_log_print'

What is wrong with my make file? Android.mk LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := foo LOCAL_…

android java-native-interface logging android-ndk
Android NDK Default location

I am used to previous versions of NDK builds which came in zip format. I downloaded the recent r10 version …

android windows android-ndk
Unable to find CMake in Android Studio

I need to add C/C++ code in my Android program for which I needed LLDB, CMake, and NDK. I …

android android-studio android-ndk cmake
Android NDK tutorial/guide for beginners.

I'm starting with the android NDK. Is there some nice place/ebook for guiding me? Thanks

java android android-ndk
Integrate MuPDF Reader in an app

I am working on some stuff that should be able to read PDF in my app and I want to …

android pdf android-ndk render mupdf
How to create an object with JNI?

I need to implement some functions into an Android application using NDK and thus JNI. Here's the C code, with …

java android java-native-interface android-ndk
How to compile a static library using the Android NDK?

I'm trying to compile a static library to use on Android but I can't figure out how to compile it. …

android static-libraries android-ndk