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.
assets
Anyone else had this issue?
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
1.4m articles
1.4m replys
5 comments
57.0k users