i created an very simple Xamarin.forms project in VS2015 following Xamarin quickstart. I want to deploy and debug on emulator. though eumulator can be launched and app is deployed successfully, I dont see my app showing in the emulator, and none of the breakpoints is hit. i tried to connect emulator from command ling using adb. it says already connected.
1>Starting deploy VS Emulator 5.7" Marshmallow (6.0.0) XHDPI Phone ...
1>Deploying VS Emulator 5.7" Marshmallow (6.0.0) XHDPI Phone ...
1>Build started.
1>Touching "obj\Debug\android_debug_keystore.flag".
1>Skipping target "_Sign" because all output files are up-to-date with respect to the input files.
1>Detecting installed packages...
1>Getting installation path...
1>Using fast dev path: /storage/emulated/0/Android/data/PhoneWorld.PhoneWorld/files/.__override__
1>Synchronizing assemblies...
1>Done building project "PhoneWorld.Droid.csproj".
1>Build succeeded.
1>Deploy successfully on VS Emulator 5.7" Marshmallow (6.0.0) XHDPI Phone
========== Deploy: 1 succeeded, 0 failed, 0 skipped ==========