is it necessary to compile box2d and the whole engine each time on Android?

Hi,

I’m making a game for Android, and I’ve noticed that if I change a single line on helloworld.cpp I need to compile the whole project, but also the Cocos2d-x libraries, box2d, etc… is that really necessary? That’s a trap to my productivity… it takes its time to compile all that each time…

Thanks.

Jesús

Did you use ndk-r8c?
I think it is a bug of ndk-r8c.

uf… yes, thanks for the tip. I hope they update it soon