I decided to move my project files from my hdd to my ssd and found that the apk output dir is still set to the old folder.
To reproduce this:
Create a project: D:\Android\Project1
Move it somewhere else: C:\Dev\Android\Project1
Open the project from the new dir and compile it.
You will find the apk in the previous output dir: D:\Android\Project1\Objects,
not the new one: C:\Dev\Android\Project1\Objects.
I think the output dir setting isn`t being transferred when the project is moved.
How can I fix this?
Thanks,
Mike.
Ok, I`m officially an idiot. I`d been opening the project by clicking recent items in the start menu. I should have checked I was opening the right one! Apologies :embarrassed:
To reproduce this:
Create a project: D:\Android\Project1
Move it somewhere else: C:\Dev\Android\Project1
Open the project from the new dir and compile it.
You will find the apk in the previous output dir: D:\Android\Project1\Objects,
not the new one: C:\Dev\Android\Project1\Objects.
I think the output dir setting isn`t being transferred when the project is moved.
How can I fix this?
Thanks,
Mike.
Ok, I`m officially an idiot. I`d been opening the project by clicking recent items in the start menu. I should have checked I was opening the right one! Apologies :embarrassed:
Last edited: