Description
Advertisement ▼ The Android NDK is a companion tool to the Android SDK that lets you build performance-critical portions of your apps in native code. It provides headers and libraries that allow you to build activities, handle user input, use hardware sensors, access application resources, and more, when programming in C or C++. If you write native code, your applications are still packaged into an .apk file and they still run inside of a virtual machine on the device. The fundamental Android application model does not change.
Using native code does not result in an automatic performance increase, but always increases application complexity. If you have not run into any limitations using the Android framework APIs, you probably do not need the NDK. Read What is the NDK? for more information about what the NDK offers and whether it will be useful to you.
The NDK is designed for use only in conjunction with the Android SDK. If you have not already installed and setup the Android SDK, please do so before downloading the NDK.
FEATURES:
· A set of tools and build files used to generate native code libraries from C and C++ sources
· A way to embed the corresponding native libraries into application package files (.apks) that can be deployed on Android devices
· A set of native system headers and libraries that will be supported in all future versions of the Android platform, starting from Android 1.5
· Documentation, samples, and tutorials
Show full description »
What's new What's new in version Revision 8e
New Release
IMPORTANT CHANGES:
- Added 64-bit host toolchain set (package name suffix *-x86_64.*). For more information, see CHANGES.HTML and NDK-BUILD.html.
- Added Clang 3.2 compiler. GCC 4.6 is still the default. For information on using the Clang compiler, see CHANGES.HTML.
- Added static code analyzer for Linux/MacOSX hosts. For information on using the analyzer, see CHANGES.HTML.
- Added MCLinker for Linux/MacOSX hosts as an experimental feature. The ld.gold linker is the default where available, so you must explicitly enable it. For more information, see CHANGES.HTML.
- Updated ndk-build to use topological sort for module dependencies, which means the build automatically sorts out the order of libraries specified in LOCAL_STATIC_LIBRARIES, LOCAL_WHOLE_STATIC_LIBRARIES and LOCAL_SHARED_LIBRARIES. For more information, see CHANGES.HTML. (Issue 39378)
Technical information Requirements, supported languages and OS
Discover alternatives See more related apps by tags
Video Review/installation guide/how to
Reviews Your review will also be sent to the developers email address.
Be the first user to review it.
Share If you like it
Download badges All visitors that arrive by way of these badges will add download points to Android NDK