Menu

Tree [8bb3a4] froyo-x86 /
 History

HTTPS access


File Date Author Commit
 build 2011-02-18 Chih-Wei Huang Chih-Wei Huang [e6f0a0] fix x86 NDK support
 docs 2010-06-08 David 'Digit' Turner David 'Digit' Turner [dfc478] ndk-build: On Windows, check that a Cygwin-comp...
 samples 2011-02-18 Chih-Wei Huang Chih-Wei Huang [8bb3a4] samples: fix x86 build by changing target to an...
 sources 2010-06-25 Bruce Beare Bruce Beare [ae6209] cpu-features.h only exists for ARM
 .gitignore 2010-06-01 David 'Digit' Turner David 'Digit' Turner [824b72] Place generated binaries under $PROJECT/obj/ndk...
 Android.mk 2010-06-10 Brian Muramatsu Brian Muramatsu [a4bb90] Don't Include cpufeatures in sim-eng
 GNUmakefile 2010-04-07 David 'Digit' Turner David 'Digit' Turner [35f944] Perform auto-detection of host platform in buil...
 README.TXT 2009-07-29 David 'Digit' Turner David 'Digit' Turner [25f47b] Look for Android.mk in $(APP_PROJECT_PATH)/jni ...
 ndk-build 2010-06-17 David 'Digit' Turner David 'Digit' Turner [33202f] ndk-build: fix Cygwin make auto-detection.
 ndk-gdb 2010-06-03 David 'Digit' Turner David 'Digit' Turner [47eff9] ndk-gdb: fix to work properly with cygwin path ...

Read Me

            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.TXT 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.TXT. Please read this document as it contains crucial
information for correct usage.

See docs/STABLE-APIS.TXT 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.TXT which lists the NDK pre-requisites 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.TXT for a few useful tips and tricks when using the NDK.

See docs/SYSTEM-ISSUES.TXT 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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.