Reduce Android Studio Project Size

前端 未结 6 1408
再見小時候
再見小時候 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:30

    Yes, you can safely delete the intermediates folder. You can even delete the whole build folder that contains intermediates. The build folder and it's contents will be re-generated the next time you run/build your project though.

提交回复
热议问题