I have run into the Android emulator r12 bug (As shown here, here and here) but unfortunately moving the SDK location as described in the answers doesn't work.
If I change the directory location - the emulator starts working but - MONO will throw an exception (along the lines of "couldnt start emulator"). However leaving it where it is the emulator simply never starts and MONO will sit and wait.
Going into the AVD manager and attempting to start the emulator returns with the error.
invalid command-line parameter: Files.
Hint: use '@foo' to launch a virtual device named 'foo'.
please use -help for more information
I am assuming if I can just get the AVG manager to start the emulator MONO will also start working again.
Any suggestions appreciated.