Skip to content

MIPS/ndk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b45f844 · Feb 21, 2011
Feb 20, 2011
Feb 20, 2011
Dec 13, 2010
Feb 10, 2011
Feb 16, 2011
Oct 4, 2010
Oct 26, 2010
Aug 13, 2010
Apr 8, 2010
Dec 2, 2010
Nov 4, 2010
Dec 9, 2010
Oct 18, 2010

Repository files navigation

            Android Native Development Kit (NDK)


Welcome, this NDK is designed to allow Android application developers
to include native code in their Android application packages, compiled
as JNI shared libraries.

See docs/CHANGES.html for a list of changes since the previous release.

A high-level overview of the NDK's features and limitations can be found
in docs/OVERVIEW.html. Please read this document as it contains crucial
information for correct usage.

See docs/STABLE-APIS.html for the list of frozen binary APIs exposed by
this NDK, as well as the corresponding system image versions that support
them.

Before using the NDK, you will need to follow the steps described by
docs/INSTALL.html which lists the NDK prerequisites and the steps needed
to set it up properly on your machine.

We recommend developers to make themselves familiar with JNI concepts. Also
note that the NDK is *not* a good way to write non-JNI native code for the
Android platform.

See docs/HOWTO.html for a few useful tips and tricks when using the NDK.

See docs/SYSTEM-ISSUES.html for a list of important issues related to
the Android system images that all NDK developers should be aware of.

Finally, discussions related to the Android NDK happen on the public
"android-ndk" forum located at the following address:

    http://groups.google.com/group/android-ndk