[android-developers] Re: Retrieve android:versionName from Library Project

2010-10-06 Thread MobDev
Ok, I did understand that no APK at all is created by the Project Library, it doesn't even get compiled, it does get compiled when the host project is compiled... But I don't get what you mean by it is to merge stuff into the parent project... I mean, you have to redeclare all used

Re: [android-developers] Re: Retrieve android:versionName from Library Project

2010-10-06 Thread Tom Gibara
Actually, I don't think anything does get merged from the library manifest into the dependent project's manifest, though I don't have an opportunity to verify that at the moment; I'm pretty sure that I've seen a comment somewhere that suggested it is the intention, but for a future release. Tom.

Re: [android-developers] Re: Retrieve android:versionName from Library Project

2010-10-06 Thread Mark Murphy
On Wed, Oct 6, 2010 at 4:03 AM, Tom Gibara tomgib...@gmail.com wrote: Actually, I don't think anything does get merged from the library manifest into the dependent project's manifest, though I don't have an opportunity to verify that at the moment; I'm pretty sure that I've seen a comment

[android-developers] Re: Retrieve android:versionName from Library Project

2010-10-05 Thread MobDev
well, actually in a Project Library a Manifest is created as well... Don't ask me what for but it's there :P So there *would* be a place to put it in :P which I also did, but I noticed everything got lost within the Project importing the Project Library. But I have resolved my issue by

Re: [android-developers] Re: Retrieve android:versionName from Library Project

2010-10-05 Thread Mark Murphy
On Tue, Oct 5, 2010 at 11:30 AM, MobDev developm...@mobilaria.com wrote: well, actually in a Project Library a Manifest is created as well... Don't ask me what for but it's there :P It is to merge stuff into the parent project. So there *would* be a place to put it in :P No, it is not. The