On Wed, Apr 18, 2012 at 8:21 AM, sha m <[email protected]> wrote: > I do not want to refer the library project source code in the application > project since android has provided an option to export the library jar and > res seperately from r15.
This is not supported for redistribution, AFAIK. That is still a work in progress. An Android library project must be attached directly, as is described in the documentation (e.g., http://developer.android.com/guide/developing/projects/projects-eclipse.html#ReferencingLibraryProject) -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

