XDE.exe using > 35% CPU all of the time - is this expected behaviour? (VS Android Emulator) XDE.exe using > 35% CPU all of the time - is this expected behaviour? (VS Android Emulator) android android

XDE.exe using > 35% CPU all of the time - is this expected behaviour? (VS Android Emulator)


I answer you in order

Yes it's normal.

You have an issue in the official Win Dev Center.


I solved it by using ILSpy and ReflexIL to add a Thread.Sleep(100) call in the StatusCallbackThreadProc() function. Then I needed to switch off strongname verification by adding to the registry the following line:

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\StrongName\Verification\Microsoft.VisualStudio.Emulator.XdePlugin,B03F5F7F11D50A3A

If there is demand for my version of the dll please let me know...