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.

Extract code from .aar file Android

How do I extract code from aar file.[Accidentally my main project is on another system can't access only have …

android android-ndk java-native-interface
How to get "printf" messages written in NDK application?

if i am defining such function in java file /** * Adds two integers, returning their sum */ public native int add( int …

android c android-ndk java-native-interface logging
ffmpeg for a android (using tutorial: "ffmpeg and Android.mk")

I am trying to compile ffmpeg for a android. I have found several posts on this theme but non of …

android ffmpeg android-ndk cross-compiling android-ffmpeg
Any simple way to log in Android NDK code?

I'm looking for a way to easily debug C code in an Android NDK application using Eclipse. I've read ways …

android c logging android-ndk java-native-interface
Getting warning "NDK is missing a 'platforms" directory.' with no NDK

I've got a project that only uses the Android SDK, not the NDK, but I'm getting warnings whenever I build …

java android android-ndk android-gradle-plugin android-sdk-tools
How can I catch SIGSEGV (segmentation fault) and get a stack trace under JNI on Android?

I'm moving a project to the new Android Native Development Kit (i.e. JNI) and I'd like to catch SIGSEGV, …

android java-native-interface signals android-ndk segmentation-fault
Cross compiling static C hello world for Android using arm-linux-gnueabi-gcc

I want to build a static hello world from C using arm-linux-gnueabi-gcc as opposed to using the NDK standalone toolchain …

android c android-ndk arm cross-compiling
How to configure NDK with Android Gradle plugin 0.7

The new Android gradle plugin (0.7) seems to include new support for the NDK, but in the documentation there is little …

android-ndk android-studio android-gradle-plugin
How to fix android studios 2.3 NDK bug?

I'm assuming it's a bug since I didn't have any problems until the new update. So I cant use the …

android android-ndk
Android NDK: Link using a pre-compiled static library

I'm trying to port Jnetpcap to Android in order to use it for parsing .pcap files. Jnetpcap is a java …

android linker android-ndk static-libraries