Android Question Shared Code needs other files

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I have code in my Share Modules area; but some of my share modules need specific bitmaps (png's) and maybe even bal files.

Where do I put these so that when sharing the code I do not have to copy (propagate) multiple copies of the png's. Makes a problem if I change one then I have to remember to go around and update all my projects. Seems counter productive.

How is everyone handling this?

Have to assume if you are using the shared modules path that you are having this problem

BobVal
 

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I guess that works.

Was hoping for something more like the
#AdditionalJar: com.android.support:support-v4

#Include "c:\Mysharedcode\Files\Graphic.png"

Where I could specify the files this code needs and where they are so that they are included at compile time

Something I should add to the wish list

BobVal
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…