Reputation: 4811
I am using visual studio community edition and i am try to deploy an application by following the tutorial
When it comes to second step "Archive" option is missing in my visual studio . Should we enable this option from some settings or its going to be there by default?
Also from https://www.xamarin.com/compare-visual-studio i can see that Visual Studio Community Edition can be used for deploy the apps to private and public stores
So how can i do Archive option using VS 2015 Community edition
Upvotes: 1
Views: 117
Reputation: 13176
You are on an old version of Xamarin and thus the Archive options are different. You can view them here:
However I would recommend that you update your Xamarin for Visual Studio tooling via (Tools -> Options -> Xamarin -> Other) to the latest stable and follow the guide you linked above(https://developer.xamarin.com/guides/android/deployment,_testing,_and_metrics/publishing_an_application/part_2_-_signing_the_android_application_package/)
Upvotes: 1