How do I launch multiple instances of Xamarin Studio on the Mac (Visual Studio for Mac)? [duplicate]

Just want a tool? If you just want to download something that does this for you, there is also the MS Solution Launcher or the older Xamarin Studio Launcher v3. Presumably, it does something similar to the script below but comes in a nice pre-built app with a distinct icon you just copy to your … Read more

Xamarin Android – How to rebuild Resource.designer.cs

As recently as Xamarin Studio 5.6 (build 273) with Xamarin.Android 4.18.0, if you have manually deleted the Resource.designer.cs file from the project, rebuilding will regenerate Resource.designer.cs, but will not add it back into the project. So after attempting to rebuild once, the file will be present in the file system, but not in the project. … Read more

How do I debug on a real Android device using Xamarin for Visual Studio?

I’m using Visual Studio 2017 with a OnePlus. In order get debugging working I did the following. Go to Settings > About phone and tap Build Number repeatedly until developer mode is enabled Go into Settings > Developer options and turn USB debugging ON Connect you phone to your PC via USB. I had to … Read more

VT-x is disabled in the BIOS for both all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED)

It is a RAM related issue. The documentation is self explanatory: You are trying to allocate >3GB of RAM to the VM. This requires: (a) a 64 bit host system; and (b) true hardware pass-through ie VT-x. Fast solution Allocate less than 3GB for the virtual machine. Complete solution Make sure your system is 64 … Read more