Search code examples
androideclipseandroid-ndkauto-build

eclipse android turn off ndk auto build


In Eclipse, every time I select run->Android application, a full build is performed including the NDK. This is time consuming and wasteful when I am working on the Java code. Does anyone know how to turn this off?

Thanks


Solution

  • Go to:

    Project Properties -> Builders
    

    the CDT builder checkbox is the native builder. uncheck the checkbox