Home | History | Annotate | only in /ndk
Up to higher level directory
NameDateSize
.gitignore08-Oct-2015154
Android.mk08-Oct-2015199
build/08-Oct-2015
CleanSpec.mk08-Oct-20152.2K
docs/08-Oct-2015
find-win-host.cmd08-Oct-2015856
GNUmakefile08-Oct-20151.3K
ndk-build08-Oct-20159.6K
ndk-build.cmd08-Oct-2015292
ndk-gdb08-Oct-201527.1K
ndk-gdb-py08-Oct-2015355
ndk-gdb-py.cmd08-Oct-2015294
ndk-gdb.py08-Oct-201535K
ndk-which08-Oct-20151.6K
README.TXT08-Oct-20151.3K
remove-windows-symlink.sh08-Oct-2015328
sources/08-Oct-2015
tests/08-Oct-2015
toolchains/08-Oct-2015

README.TXT

      1             Android Native Development Kit (NDK)
      2 
      3 
      4 Welcome, this NDK is designed to allow Android application developers
      5 to include native code in their Android application packages, compiled
      6 as JNI shared libraries.
      7 
      8 See docs/CHANGES.html for a list of changes since the previous release.
      9 
     10 A high-level overview of the NDK's features and limitations can be found
     11 in docs/OVERVIEW.html. Please read this document as it contains crucial
     12 information for correct usage.
     13 
     14 See docs/STABLE-APIS.html for the list of frozen binary APIs exposed by
     15 this NDK, as well as the corresponding system image versions that support
     16 them.
     17 
     18 Before using the NDK, you will need to follow the steps described by
     19 docs/INSTALL.html which lists the NDK prerequisites and the steps needed
     20 to set it up properly on your machine.
     21 
     22 We recommend developers to make themselves familiar with JNI concepts. Also
     23 note that the NDK is *not* a good way to write non-JNI native code for the
     24 Android platform.
     25 
     26 See docs/HOWTO.html for a few useful tips and tricks when using the NDK.
     27 
     28 See docs/SYSTEM-ISSUES.html for a list of important issues related to
     29 the Android system images that all NDK developers should be aware of.
     30 
     31 Finally, discussions related to the Android NDK happen on the public
     32 "android-ndk" forum located at the following address:
     33 
     34     http://groups.google.com/group/android-ndk
     35 
     36