0

I using Visual Studio 2017. I install Xamarin Android Player, and start my app using Xamarin Android Player but my i see just emulator, my app is not runing. This is picture for this explanation: enter image description here

enter image description here

smyslov
  • 1,279
  • 1
  • 8
  • 29

1 Answers1

0

When You are running your app, if its run without any error and not open in your emulator, then you need to check deploy option is enable or not for your project. To check deploy option follow below steps: 1- Open Build Menu -> Click on Configuration Manager one pop will open one popup like

http://prntscr.com/kel5xt

Check the checkbox of Deploy option is checked or not of YourProjectName.Android.

Naveen Tiwari
  • 301
  • 2
  • 12