From the course: Xamarin Essential Training: Create Your First App

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Test the application on an emulator

Test the application on an emulator

- [Instructor] Now that we've got our application, let's give it a test. Notice I've got the debug option here. I've only got one application and the Products.Droid is highlighted in the solution explorer on the left so I know that's my start up. I can choose how to run this, if I want to run it on an emulator or an actual device. And you'll notice the one device I set up earlier is here on my list but if I had others, I could choose those, as well. And I'll just hit the start debugging. It's going to go out and boot the emulator and it's going to now build the application and deploy it over here to the emulator and run it, so I can click on click here and I can use the buttons on the emulator to go back. And notice that application name, that was another one of the string values, Products.Droid is up there at the top and our click here instead of click me is showing up on the button. You can use the emulator here.…

Contents