The rules for Android are no different than with any sort of Java technology.
If you write a library that uses Android stuff, it's no different than any other library that uses a standard library that it links against. Generally you provide someone with a big jar blob, or something like that. So, Android doesn't change anything, really... If you don't want someone to see the source, yes, you can obfuscate your code, typically a jar, using an obfuscation tool. kris On Wed, Sep 26, 2012 at 11:02 AM, bob <[email protected]> wrote: > So, what if you want to create an Android library and distribute it? > > > Do you have to give away the source? > > > Is the best we can do to obfuscate the source if we don't want people to see > the source? > > > -- > 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

