Have a read about library projects, it might be what you want: http://developer.android.com/guide/developing/eclipse-adt.html#libraryProject
On Aug 16, 7:28 am, jl <[email protected]> wrote: > Hi, > > I am investigating the options how to include one android application > into another. > > There is nothing in the documentation that suggest this is possible. > > Basically what is left is merging the source codes, which is not very > elegant. > > The preferred solution would be that during the build one application > would refer to another apk file which would be included, this is not > possible as I see it. > > Another less elegant, but still ok way is to deliver a jar file which > will be compiled into another application. > This would require some smaller changes of the manifest file, but > still ok. > Is it possible to create a obfuscated jar file, which includes all the > class file and the resources, and include this file into another > project? -- 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

