xref: /ndk/
  • Home
Name Date Size #Lines LOC

..--

build/03-May-2024-35,72524,958

docs/03-May-2024-24,40222,195

sources/03-May-2024-976,549750,987

tests/03-May-2024-211,156151,688

toolchains/03-May-2024-3,1801,612

.gitignoreD03-May-2024154 1413

Android.mkD03-May-2024199 51

CleanSpec.mkD03-May-20242.2 KiB500

GNUmakefileD03-May-20241.3 KiB3911

README.TXTD03-May-20241.3 KiB3623

find-win-host.cmdD03-May-2024856 3425

ndk-buildD03-May-20249.6 KiB327232

ndk-build.cmdD03-May-2024292 76

ndk-gdbD03-May-202427.1 KiB856635

ndk-gdb-pyD03-May-2024355 189

ndk-gdb-py.cmdD03-May-2024294 109

ndk-gdb.pyD03-May-202435 KiB889708

ndk-whichD03-May-20241.6 KiB5723

remove-windows-symlink.shD03-May-2024328 124

README.TXT

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