Automatically ovewrite build?

When I Build and Run (CTRL+B) it prompts me to save the APK and I have to overwrite the previous one every time. It seems petty, but this is super inconvenient. In my experience with other IDEs (Visual Studio), building will just overwrite the executable in the build path.

Is there a way to set it to automatically overwrite the APK?

Here are my current build settings. I’m not sure what else would affect this…

alt text

This was caused by the build being located inside the project folder. Once I selected a new path outside the project folder, subsequent builds did not prompt for a location.