Nawin
Nawin

Reputation: 626

Creation of apk for android application in visual studio 2015 using xamarin

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

Answers (1)

Paul Charlton
Paul Charlton

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

Related Questions