#Datagen making files in the wrong folder

5 messages · Page 1 of 1 (latest)

vestal oar
#

I made a copy of my project to move it out of onedrive, but now the datagen writes to the generated folder of my old copy, instead of it's own. How do I fix this?

modest lodge
#

Could be a number of things, but to be safe I'd just reimport the entire project. Delete .idea, .gradle and build and just reimport it all so you start with only your code

#

Either it is the run config that still has the old folder for run directory or some caching in gradle saying where it should run, not worth diagnosing really when you can just clean everything and start fresh

vestal oar
#

Alright

vestal oar