Microsoft visual studio 2017 hangs on every xamarin action

I recently installed Visual Studio 2017.
When I create an Xamarin android project or click on xamarin settings, it freezes, and when you click anywhere, it says “Microsoft Visual Studio is busy.”

Xamaring Version: 4.3.784

How can i fix this?

+4
source share
4 answers

I had the same problem in Visual Studio 2015 Update 3, and updating to Xamarin 4.3.0.789 yesterday fixed this. I suspect this also fixes your problem in Visual Studio 2017.

It looks like a bugfix that helped.

+4

, Android SDK NDK. , SDK Android NDK .

, %USERPROFILE%\AppData\Local\Xamarin\Logs\15.0\monodroid-2017-03-17__00-01-06.2812.log.

MonoDroidLog: Information: 0: [I:sdk]:                  Looking for Android SDK..
MonoDroidLog: Information: 0: [I:sdk]:                    Key HKCU\SOFTWARE\Xamarin\VisualStudio\15.0_a0933f78\Android\AndroidSdkDirectory not found.
MonoDroidLog: Information: 0: [I:sdk]:                    Key HKLM\SOFTWARE\Xamarin\VisualStudio\15.0_a0933f78\Android\AndroidSdkDirectory not found.
MonoDroidLog: Information: 0: [I:sdk]:                    Key HKCU\SOFTWARE\Xamarin\MonoAndroid\PrivateAndroidSdkPath not found.
MonoDroidLog: Information: 0: [I:sdk]:                    Key HKCU\SOFTWARE\Android SDK Tools\Path not found.
MonoDroidLog: Information: 0: [I:sdk]:                    Key HKLM\SOFTWARE\Android SDK Tools\Path not found.
+2

Visual Studio 2015 . Android SDK . - Android SDK Visual Studio SDK Visual Studio SDK Installer.

Edit: I just read a similar problem with the Android SDK, and the Visual Studio windows are known in Visual Studio 2017 and will be fixed, see https://developercommunity.visualstudio.com/content/problem/26234/visual-studio-not-responding- when-trying-to-config.html

+1
source

For me, this is the solution by deleting the .vs folder in the solution.

0
source

Source: https://habr.com/ru/post/1672112/


All Articles