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...
Answer by Avolition · Aug 15, 2017 at 06:28 PM
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.
This behavior started with Unity 2017 before that it was possible to have auto rewrite even when I had my apk in the project folder :/
Your answer
