Tag: android
Android NDK tutorial
Android NDK is a toolset that allows developers to implement parts of the application using native-code languages such as C and C++ in order to reuse existing code libraries written in these languages. The purpose of this tutorial is to show you how to use this toolset to create an Android Project that makes a simple call to native C/C++ code. 1. Prerequisites Until you proceed the steps for installing the Android NDK on your machine please check if you have installed the following features:– Java (JDK) (otherwise visit http://www.oracle.com/technetwork/java/index.html and get the latest JDK and install it to your machine)– IDE (for this tutorial we are using Eclipse – if you do not have an IDE installed on you machine...
Latest news
See what we have worked on lately