One idea I can think of is you can use build tool like Ant or Maven and download common resources from your repository and build the project.
On Wednesday, November 21, 2012 12:29:23 AM UTC+11, Makrand wrote: > > I have one proper library project, it contais all resources and class > files, this project contais all theme related images, I am sharing my > library project for creating new Projects, all works fine. > > But when I want to change app theme related images, I need to update my > library project images, but my library project already shared with some > other projects so I dont want to touch it. > > There is one more way that I can add all new set of image in my New > project but its increasing my project size and unnecessary I am shipping > two sets on images. > > Is there any way to share resource folder independently with project? so > depends on requirement I can share my resource folder with respected > project. > > So it will be like this > > Library Project > > | > > |__ class files > > | > > |__ resource folder(contais all drawables and layouts) > > Can I choose specific resource folder at compile time ? > -- 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

