GLBasic forum

Main forum => Tutorials => Topic started by: MrTAToad on 2011-Jul-18

Title: Can't Clean, Won't Clean ?
Post by: MrTAToad on 2011-Jul-18
If you find that Windows wont delete the appropriate folders when using the "Clean Project" button, aside from the obvious (a program still running or some weird permission problem), the most likely cause of the problem, is, as usual, Goggle.

To be more precise the adb server.

Therefore, you kill it you need to add the following to a macro, or from the command line :

Code (glbasic) Select
adb kill-server

And problem solved...
Title: Re: Can't Clean, Won't Clean ?
Post by: Kitty Hello on 2011-Jul-18
fixed in V10.053 update.