You can include jar files into your apk, in eclipse just add them to your build path and they will be included automagically.The one thing you have to be aware of, however, is that Android is not Java, but quite a cut-down version of it, so dependencies in your jar files that work on standard JME or so might not work on Android.
HTH Ludwig 2008/11/28 Louis <[EMAIL PROTECTED]> > > Thanks Ludwig. And by the way, could we download a Jar file and put it > into the basic application, then the basic application can call it > through some interfaces? > > On Nov 27, 8:28 pm, Ludwig <[EMAIL PROTECTED]> wrote: > > Think about Intents and split your application into multiple applications > > (perhaps running under the same userid), each serving a bunch of intents. > > Then you can upgrade each application (which might just respond to one > > intent) separately and Android will at run-time find the best-matching > > intent (or give the user the choice which one to use if there are > multiple > > good matches). > > > > Ludwig > > > > 2008/11/26 Louis <[EMAIL PROTECTED]> > > > > > > > > > Hi, All: > > > > > Our products which running in other platform are using the modular > > > approach, which means if user want to add a new feature, he/she only > > > need to download a new plug-in, but not reinstall the who application. > > > And we used COM library base ideas to do that before, is there anyway > > > to do it in Android? > > > > > Welcome any help for it. > > > > > Best regards, > > > Louis. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

