Community
Participate
Working Groups
When any android project is launched all c++ projects in the workspace are build first. This occurs even on projects without native support enabled. The expected behaviour would be for only the launched project and its dependencies to be built
(In reply to comment #0) Hi Alan, the default behavior when the 'build all' flag is set is that all the projects in the workspace are built. Can you please check if this option is set in your workspace? Regards, Marcel > When any android project is launched all c++ projects in the workspace are > build first. This occurs even on projects without native support enabled. The > expected behaviour would be for only the launched project and its dependencies > to be built
Where is the flag? C++ "build scope" is set to build active and "build automatically" is turned on (In reply to comment #1) > (In reply to comment #0) > Hi Alan, > > the default behavior when the 'build all' flag is set is that all the projects > in the workspace are built. Can you please check if this option is set in your > workspace? > > Regards, > Marcel > > > When any android project is launched all c++ projects in the workspace are > > build first. This occurs even on projects without native support enabled. The > > expected behaviour would be for only the launched project and its dependencies > > to be built
(In reply to comment #2) Sorry, this is the flag we were talking about "build automatically". Have you tried to disable (unselect) it and then build? > Where is the flag? C++ "build scope" is set to build active and "build > automatically" is turned on > (In reply to comment #1) > > (In reply to comment #0) > > Hi Alan, > > > > the default behavior when the 'build all' flag is set is that all the projects > > in the workspace are built. Can you please check if this option is set in your > > workspace? > > > > Regards, > > Marcel > > > > > When any android project is launched all c++ projects in the workspace are > > > build first. This occurs even on projects without native support enabled. The > > > expected behaviour would be for only the launched project and its dependencies > > > to be built
The behavior pointed in this bug is in fact an expected behavior from ADT. It forces a Build All for the projects everytime you hit run.