I’m using Eclipse for Android development. Lets say I have a project A that uses code from project B.
In project A: I setup a link to a sourcefolder to code i project B.
The linked code will build, but some other code in B has errors. Can I have project B included i my workspace but exclude it from the auto-build-process?
Thanks!
Either you have to move the needed code from project B to your project A or otherwise you must fix errors in project B.