2

I've just started with Xamarin Studio and since today Xamarin Forms.

When I tried Xamarin.Android I had my real device as option at the debug menu, and also emulators from Xamarin Android Player.

But now I wanted to try Forms for an Android and iOS project, but only get lots of iPhone options at debug menu.

My questions; how do I get Android devices and/or emulator options as well?

Update: Just for the record; http://developer.xamarin.com/guides/cross-platform/deployment,_testing,_and_metrics/debugging_with_xamarin/ only state: "To start debugging, select the target device or similar/emulator in your IDE:" and then a picture of the debug menu (or what it may be called)

Pierre
  • 559
  • 9
  • 21
  • Have you selected the Android project as start-up project? – Nikola Apr 29 '15 at 20:23
  • hmmm... guess not since iOS project is in bold and looking closer I found the 'Set as Startup project' under the droid settings menu. And now it works! 1000 thanks! – Pierre Apr 29 '15 at 20:27
  • More information here: http://stackoverflow.com/questions/25302205/xamarin-forms-project-set-startup-project – Timothy Lee Russell Apr 29 '15 at 23:14

1 Answers1

0

Right click YourAppName.Droid and you'll see "Set as Startup Project" :)

mark333...333...333
  • 1,270
  • 1
  • 11
  • 26