How to exclude a file from an .AAR Android library archive with gradle
问题 I am trying to create an AAR file for a library Android project using Android Studio and gradle. I want to exclude from this archive specific folders and files but I cannot find a working solution. The project has 2 flavours. app/ |--libs/ |--src/ |--flavour1/ | |--java/ | |--a1/ | | |--class_File1.java |--flavour2/ | |--java/ | |--a1/ | | |--class_File1.java |--main/ |--java/ | |--... |--res/ | |--raw/ | | |--comments.txt | |--... |--AndroidManifest.xml and I use a build.gradle file like