I want to reduce Android Studio project size to save it for after use
In MS Visual Studio, we can delete *.ipch, *.sdf and Debug files to reduce the project size
Mac & Linux users:
In terminal type ./gradlew clean in the root of your android project.
./gradlew clean
Windows users:
In cmd paste gradlew clean in the root of your android project.
gradlew clean