On Wed, Jan 15, 2014, at 15:49, Avram Lyon wrote: > On Wed, Jan 15, 2014 at 3:45 PM, Traun Leyden > <[email protected]>wrote: > > > But still curious on whether it's possible to package an android library > > as a jar rather than an aar so that it's easier for Eclipse users to > > consume. > > > > Definitely possible.
...if and only if the library does not need resources. > We're using this, which is based on a post either > here > on adt-dev or on StackOverflow: That looks like an evolved version of this task that Jake Wharton posted once upon a time: http://stackoverflow.com/a/19484146/115145 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_: Version 5.5... And Still Going Strong! -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
