[android-developers] Re: Is it possible a nested JAR in JAR?
It sounds like you need an ant build script or something to do stuff prior to the final packaging of your app. Jars don't ship with android (if you want them to contain code you want run). All classes need to be dex'ed by the Android build tools before the final apk is built. Doug On Oct 10, 2:56 pm, Build account wrote: > Hello. > > Is it possible repackage a my custom JAR with another JAR(which may > came from others) > for only another developer's convienence. Not the illegal purpose. > > Possible? then how? > > Please comment me. -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Re: Is it possible a nested JAR in JAR?
http://code.google.com/p/jarjar/ On Oct 10, 4:56 pm, Build account wrote: > Hello. > > Is it possible repackage a my custom JAR with another JAR(which may > came from others) > for only another developer's convienence. Not the illegal purpose. > > Possible? then how? > > Please comment me. -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Re: Is it possible a nested JAR in JAR?
Hi, See http://www.ibm.com/developerworks/java/library/j-onejar/ Regards On Oct 11, 9:16 am, Kristopher Micinski wrote: > What do you want to do? You have a jar you're using in your app, and > you want to replace it with somebody else's jar file? Why can't you > just drop it in and replace it? This isn't too android specific, > however.. > > Kris > > > > > > > > On Mon, Oct 10, 2011 at 5:56 PM, Build account wrote: > > Hello. > > > Is it possible repackage a my custom JAR with another JAR(which may > > came from others) > > for only another developer's convienence. Not the illegal purpose. > > > Possible? then how? > > > Please comment me. > > > -- > > 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+unsubscr...@googlegroups.com > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en