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

有帮助吗?

解决方案

Go to:

Project Properties -> Builders

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

其他提示

check Project - Build Automatically. it's probably checked. Trun it of and you have to manually do a Clean/Build

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top