Ever since I built a project for android, the editor doesn’t close. Like, I click the X, it freezes, and nothing happens. I found out that if I kill adb.exe with task manager it will close how it’s supposed to. Now that makes more questions come to my mind: why does unity start adb.exe if I’m not working on an android project? Why does it prevent unity from closing properly?
I’ve searched around and found some threads where the solution was to exactly that: to kill adb.exe.
But it’s very annoying to have to use task manager to close unity, is there a fix?