I have an android project that has a reference to project MyLibrary. I have checked Is Library for project MyLibrary and build it without error.
I have added MyLibrary to Main Project in Properties->android->Library and Java Build Path in Projects tab. I can build the Main Project completely.


But when I launch the Main Project I get this error:
[2012-11-18 15:18:08 - MyLibrary] Could not find MyLibrary.apk!
I have cleaned the projects and studied the following links but I have this error yet.
Android Eclipse - Could not find *.apk
Could not find ****.apk + android
Why and how can I solve it?
I should mention that when I open Properties->android->Library for Main Project I see that the inserted library has a red cross.
Is it related to slash / and backslash \ in the path of reference in the pictures?
