In Visual Studio 2013, when I go to Tools-> Android-> Android SDK Manager, the dialog does not appear. In Xamarin diagnostics, I get the following:
[I:]: Tracking android devices started [D:]: Tracking avd started [D:]: avd watcher *.ini path: 'C:\Users\Jimmy\.android\avd' [D:]: avd watcher android path: 'C:\Android\sdk\tools\android.bat' [W:]: Adb connection refused [I:]: Starting Adb server (adb start-server) [I:]: Adb start-server operation completed [D:]: TrackDeviceTask got: [I:]: Got new device list from adb with 0 devices [D:]: avd watcher error: load process of avd devices failed, please check the following error: The system cannot find the path specified. The process cannot access the file because it is being used by another process. The process cannot access the file because it is being used by another process. The process cannot access the file because it is being used by another process. The process cannot access the file because it is being used by another process. '""C:\Program' is not recognized as an internal or external command, operable program or batch file.
From another SO post, I saw that a possible solution is to add set java_exe="C:\Program Files\Java\jdk1.8.0_77\bin\java.exe" under find_java.bat in Android\sdk\tools\lib folder . This also does not fix the problem. Before going through a painful process to remove and reinstall everything, is there anything I can do? I'm out of ideas ...
source share