Forum Discussion
ImmersiveMatthew
4 years agoAdventurer
vr_splash error (easy fix)
I did a search and have not seen anyone else post about an issue I am having so allow me to share as I surely cannot be the only one. I am getting the follow error every time I build to the Quest in ...
- 4 years ago
OVRGradleGeneration.cs on or about line 242.
File.Copy(sourcePath, targetPath, true);
Adding "true" allows the FIle.Copy to overwrite without throwing an exception if the file already exists. Not sure if/how this would ever actually work correctly unless the build staging area is cleared on each build, and maybe that isn't happening for us.
eVInteractive
4 years agoProtege
OVRGradleGeneration.cs on or about line 242.
File.Copy(sourcePath, targetPath, true);
Adding "true" allows the FIle.Copy to overwrite without throwing an exception if the file already exists. Not sure if/how this would ever actually work correctly unless the build staging area is cleared on each build, and maybe that isn't happening for us.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 24 days ago
- 2 years ago