The project is intended to automate the task of cleaning up Android Studio projects without the need to open Android Studio or run by command line. It only works on Windows Operating System.
git clone git@github.com:MurilloComino/automate-cleaning-task.git
You must have the gradlew files in the root directory of each project.
- Paste the cleanProject.bat file into the root directory where the projects you want to clean are located.
My projects
├───cleanProjects.bat
├───Project1
├───Project2
└───Project3
- Then open the file. It will already clean up all projects.