Adding extra files into assets/ directory

Hi,
A quick question (I couldn’t find data online about that). Is it possible and if so, then how can I make it so that some files in Unity project directory will also end up right in “assets/” directory of the exported Android project. I am using a jar library that requires some files to be in there (assets/dasdas.xml) and would still like to have “Build and Run” working. Exporting it to eclipse just because of that is a pain. Thanks!

Assets/Plugins/Android should work if you need e.g. jar files correctly imported to .apk during build process.

It works! Thanks.

It didn’t occur to me to try putting files in /Assets/Plugins/Android/assets/, it’s not in the docs or I am blind.