The only thing a shared library helps for size is that if there is another app it can also use the same shared library so there isn't another copy... but then the price for that is you now need to deal with library versioning and "DLL hell" and all that fun stuff.
-- Currently Android does not support third party shared libraries.
--
Dianne Hackborn
Android framework engineer
hackbod@android.com
Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them.
On Thu, Jul 29, 2010 at 8:24 AM, { Devdroid } <webnet.android@gmail.com> wrote:
On 29 July 2010 16:46, James Wang <jameswangcnln@gmail.com> wrote:Thanks, that's what I thought. Distribution is not a problem but I expect user
> Platform library is a choice but I do not think it can be distributed
> by Market.
won't be able to install such (unless rooted).
Damn, all my attempts to keep the app as small as possible gets nuked :(
Too bad as it looks I have no choice but to make bloatware... Blah
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--
Dianne Hackborn
Android framework engineer
hackbod@android.com
Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them.
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
No comments:
Post a Comment