1
votes

I am very new to xamarin forms. I developed a simple autocomplete application in Xamrin forms using Visual studio 2017 enterprise version. I want to deploy that application to android phones. When I created the application, I selected Cross Platform app (xamarin.forms or Native). below is the image of visual studio run button:

enter image description here

and the properties of the project are below:

enter image description here

any article or any steps to deploy this application to android phones will be highly appreciated.

1

1 Answers

0
votes

Set Up Device for Development - source - https://developer.xamarin.com

Once a device is connected to your computer you will see your device like this

enter image description here

Now Click the green arrow to start deploy and debug.

additional - This link will show you how to debug and prepare APK for release https://developer.xamarin.com/guides/android/deployment,_testing,_and_metrics/