Saturday, July 24, 2010

NDK Android

Working in Android in the native level is quite interesting

To start working under Windows platform you need

1.  Cygwin you need version for Windows
2. Go to Android NDK framework and download NDK, SDK
3. Install Eclipce and ADT plugin

Also you need JDK 1.5 or 1.6 installed
To Edit C++ sources you could install  CDT C/C++ plugin Eclipce or use Microsoft Viusal Studio or  Notepad++ with c++ plugin

Also download Android cpp sources. Using sources as manual you will understand more about what android consist of and will be able to all native library or drivers to extend Android functionality

No comments: