I installed the Android stuff for Xamarin yesterday (trial version).
It was working fine, but yesterday I installed some of the Android development tools separately (I wanted to get adb). Now when I try to run the Android Emulator Manager from VS.NET I get: "Command did not execute successfully due to an unexpected exception. Please check the output window for additional information." "More details" gives me this call stack:
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at Mono.VisualStudio.Extension.ProcessWrapper.RunWithOutput(String executable, Int32 waitTime, String workingDir, IVsOutputWindowPane outputPane, String[] arguments) at Mono.Android.VisualStudio.MonoAndroidSdk.StartAvdManager() at Mono.Android.VisualStudio.Commands.StartAvdManager.Execute(IMenuCommand command) at Mono.VisualStudio.Extension.Commands.VsCommandExtensionAdapter.<>c__DisplayClass5.b__3() at Mono.VisualStudio.Extension.TracingExtensions.ShieldUI(ITracer tracer, Action action, String format, String[] args)
How do I fix this?