문제

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