How to run copy task with android studio into assets folder

This way I do custom copying of file assets in my android-gradle build system

preBuild.dependsOn copyFiles

Leave a Comment