Android Library assets folder doesn't get copied

Macarse picture Macarse · May 4, 2011 · Viewed 17.9k times · Source

I am creating an Android library and it has an assets folder with images. When I use it in another project the assets doesn't get copied.

Anyone else had this issue?

Answer

thaussma picture thaussma · Jun 30, 2011

The new Android Build System that is based on Gradle supports asset folders in library projects!

With ANT based builds it's still not possible:

Library projects cannot include raw assets. (See docs)

But you could