Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Designate an arbitrary folder as Android assets?

It seems that the Android resource compiler does not take into account linked folders (in Eclipse sense) in the assets folder. Question - is there a way to forcibly designate a folder of my choice as Android project assets?

Short of copying or hardlinking into project assets, I mean.

like image 709
Seva Alekseyev Avatar asked Feb 23 '26 11:02

Seva Alekseyev


1 Answers

Question - is there a way to forcibly designate a folder of my choice as Android project assets?

The aapt command takes an -A switch ("additional directory in which to find raw asset files"). How you customize Eclipse's calls to aapt to use this switch is beyond my expertise.

like image 56
CommonsWare Avatar answered Feb 26 '26 05:02

CommonsWare