Tag Archives: Eclipse

Configuring NDK with Eclipse (II)

Since the Android NDK r4 it’s delivered with a script file helping the build (appropriatelly called ndk-build), I was interested how this can be integrated in the Eclipse’s build system. The purpose of this is is to have both the C++ and the Java code in same project folder (for easier handing with version control [...]