Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disabling Live Player in Visual Studio

I would like to disable the Xamarin Live player in Visual Studio.

enter image description here

The Live Player is no use of me since my app uses CustomRenderers and other things that the Live Player can't do.

It's time-consuming to always select the correct device for debugging. And quite frequently I accidentally use the Player.

Is there a way to completely uninstall, or if not, disable the Xamarin Live Player?

like image 977
tmighty Avatar asked Mar 07 '23 08:03

tmighty


1 Answers

Visual Studio for Windows

Tools / Options / Xamarin / Other :

Uncheck Enable Xamarin Live Player

enter image description here

Visual Studio for Mac

App Menu / Preferences / Xamarin Live Player :

Uncheck Enable Xamarin Live Player

enter image description here

like image 90
SushiHangover Avatar answered Mar 16 '23 01:03

SushiHangover