i face a compile problem on an Android library. Let say there exist four Library projects (LPA, LPB, LPC, LPD) and one main application (MP). LPB references LPA. LPC and LPD reference LPB. MP reference LPC and LPD.
When i click clean all and compile all, eclipse's package explorer must occur many red cross and red question mark.
How to solve this problem? It is that i compile LPA, LPB, LPC, LPD and MP step by step in ordering. I think it is so stupid but i do not have any other solution.
So, can anyone know how to setup the build environment to compile all project in an order.
Thank you very much.
Updated:
http://dl.dropbox.com/u/78582670/main.png
This is my Main application project setting. I can't see other Library project.