/HelloAndroidJNI

A hello world library made with JNI and the Android NDK

Primary LanguageMakefileMIT LicenseMIT

Android NDK Hello

A simple hello world example with the Android Native Development Kit (NDK). It is a shared library made with JNI, so it can be loaded and called from Java.

There is no Java side of this project because It wasn't the focus. Maybe I will add it later.

Build

Make sure the NDK environment variables are set:

export NDK_HOME=/path/to/your/ndk/installation
export PATH=$NDK_HOME:$PATH

Build the project:

ndk-build