Reputation: 626
Presently am developing an android application using xamarin, visual studio 2015. Before I used to get export android package option I usually get in Build in release mode, but presently am not getting it? How can we create apk in this.
Upvotes: 1
Views: 2127
Reputation: 531
If you right click your android project there should be an "Archive..." option.
From there click distribute and follow the prompts.
a quick search brought me here: https://blog.xamarin.com/android-archiving-and-publishing-made-easy/
Upvotes: 2