There's some weird problem with my workspace setup in Eclipse. I have one Android Library project and an application project which is linked to the library.
Everything works fine in compile-time and runtime, but whenever I start the app, I see this message in Eclipse console:
"Could not find XXX.apk!"
How can I eliminate it?
Thanks