I am now using Android Studio 3.1.3 version.
When clicked Build/Clean
menu, it delete the build directory.(for example: app/build
directory)
By the way, I want to retain the build
directory only.
On the other hand, I want to delete the sub-directories and files in build directory.
How to modify the "clean
" feature in gradle build?
(Because I am using "soft link
" of build
directory and the real build
directory is located in RAMDISK
.)