If you are talking about native shared libraries, the best place to ask is android-ndk. If you are talking about Java shared libraries, those are not supported; you need to build the Java code all together in to your application.
On Thu, Oct 14, 2010 at 3:10 AM, Mounish <[email protected]> wrote: > Hi, > > I need to add few shared libraries to the andriod as part my > application installation. Can you please suggest right information > resources regarding the same. > > Thanks. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

