Android Library assets folder doesn’t get copied

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

Leave a Comment