Reduce Android Studio Project Size

前端 未结 6 1391
再見小時候
再見小時候 2021-02-01 02:48

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

6条回答
  •  耶瑟儿~
    2021-02-01 03:14

    Mac & Linux users:

    In terminal type ./gradlew clean in the root of your android project.

    Windows users:

    In cmd paste gradlew clean in the root of your android project.

提交回复
热议问题