Android Files Deployment

I guess I just don’t understand how the deployment works for Windows platforms. If I click the Deployment button it seems to be wanting to set something up for a remote machine. I just want it to copy the files to the /win64/debug or whatever folder within the project folder so when I run it from the IDE it has all of the required files.

Use build events if it is for testing - deployment is for cross-platform testing and… deployment to actual devices.

Note that if you are using XCOPY you should make sure to use the correct parameter flags to make sure you overwrite any existing files.

Thank you Ian. That fills in the gap in my understanding (of this area).