Android NDK for Native Development Tools

Posted by BBCyber on Monday, August 2, 2010



Here I will describe an additional application called the Android NDK is a complementary tool to the Android SDK that lets you build in-depth performance of an application in native code.

Using the original code does not automatically result in increased performance, but always increasing complexity of applications. If you have not run into any limitations with using the Android framework API, you may not need to NDK. for more information about what NDK offers and whether it will be useful for you.
Android NDK for Native Development Tools


The NDK is designed to be used only in conjunction with the Android SDK. If you have not installed and setup the Android SDK, please do so before downloading the NDK.

Windows : android-ndk-r6-windows.zip

Mac OS X (intel) : android-ndk-r6-darwin-x86.tar.bz2

Linux 32/64-bit (x86): android-ndk-r6-linux-x86.tar.bz2

{ 0 comments... read them below or add one }

Post a Comment