I copy android studio projects to google drive and find that the build folders contain thousands of files, so google drive eventually gets tired.
My practice is that I run the βclean up projectβ command in Android Studio before exiting to remove unnecessary files and save only important files for backup. But still, sometimes the build folder stays there with many files.
My question is that if I delete these two build folders manually (see. Screenshot), will my project be rebuilt again the next time it starts, or will it ruin my project?

Usman source
share