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:
Asked
Active
Viewed 115 times
0

smyslov
- 1,279
- 1
- 8
- 29
-
1Check in `ConfigurationManager` is deploy option checked and you have to unlock simulator. – Yupi Nov 08 '17 at 15:02
-
I don't understande, do you have a better explanation? – Nov 08 '17 at 15:11
-
Restart your VS, deploy again, and don't forget to unlock your simulator. – York Shen Nov 09 '17 at 08:49
1 Answers
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
Check the checkbox of Deploy option is checked or not of YourProjectName.Android.

Naveen Tiwari
- 301
- 2
- 12