开发者

Designate an arbitrary folder as Android assets?

开发者 https://www.devze.com 2023-01-04 14:04 出处:网络
It seems that the Android resource compiler does not take into account linked folders (in Eclipse sense) i开发者_高级运维n the assets folder. Question - is there a way to forcibly designate a folder o

It seems that the Android resource compiler does not take into account linked folders (in Eclipse sense) i开发者_高级运维n 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.


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.


Resolved via filsystem-level hardlinks.

0

精彩评论

暂无评论...
验证码 换一张
取 消