Re: [android-developers] Re: ADT causing CDT to build all C projects on Android app launch??

2010-08-30 Thread Xavier Ducrohet
I'm glad there's an option to fix it. From the look of things our Launch configuration requires a workspace build before launch. I think at the time we expected that it would only build the launching project, not the whole workspace. We should probably change it to not require a full workspace

[android-developers] Re: ADT causing CDT to build all C projects on Android app launch??

2010-08-28 Thread Jason
Hi, I am one of the elusive few running this exact setup, and I too have been a bit annoyed by this feature. I did just find this: Window-Preferences-C/C++ There is a checkbox option entitled: Build configurations only when there are Eclipse resource changes within the project and its

[android-developers] Re: ADT causing CDT to build all C projects on Android app launch??

2010-08-28 Thread Robert Green
Jason, Perfect! I don't know how I missed that. I'm glad a configurable option was able to fix it. I just tested and things seem to be working correctly again. Thanks for figuring it out! On Aug 28, 5:33 am, Jason jason.poli...@gmail.com wrote: Hi, I am one of the elusive few running this