I am having this weird problem where everything seems to work as expected but Eclipse's Console keeps issuing a Could not find Library.apk!
error.
Since I have exhausted all possible "voodoo" tricks, I am now thinking perhaps the cause for that error message is that by specifying a package name for the Library project, Eclipse expects and APK?
The documentation on Library Projects in developer.android.com is very short and doesn't explain all the issues that I had to go through in order to make the conversion to library project based application work.
Does a Library Project require a package name in its AndroidManifest.xml?
If the answer is yes, why does Eclipse complain about not finding an APK when there shouldn't be any APK?