So, you want to create a library, that allows the user to use code, that you don't include.
So then... I ask... where is the code... It's not that there is no way for this to make sense, you could imagine putting in RPC stubs to a remote service (on the device a la AIDL or via internet...), but it *probably* doesn't make sense, as you've worded it... kris On Mon, Jul 16, 2012 at 10:39 AM, Ericsen Cioffi <[email protected]> wrote: > Matthew, I know I can create Android library projects, but I want to create > a .jar library and don“t share library source code and resources. > > > On Thu, Jul 12, 2012 at 9:08 PM, Matthew Whitmer <[email protected]> > wrote: >> >> You can create an Android library project which contains both resources >> and code. They have been improving this capability with each update it >> seems. To see what you can currently do with a library project check out >> the appropriate section on this page: >> http://developer.android.com/tools/projects/index.html >> >> >> >> On Thursday, July 12, 2012 4:31:43 PM UTC-7, Ericsen wrote: >>> >>> According to this post we cannot distribute an Android library and its >>> resources as a single jar file because of "The nature of Android resources, >>> with their compiled IDs ...". Are there any plans to allow this? >> >> -- >> 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 > > > -- > 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 -- 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

