Publish Android App option in disabled in Xamarin using Visual studio 2015
问题 When trying to publish my android application, the option: Tools->Android->Publish Android App is disabled in Visual studio 2015, so I am unable to sign my application and publish it. What could be the reason? 回答1: go to properties of your project and uncheck the "Use Shared Runtime" then ctrl+shift +B 回答2: 3 probable causes: 1- Your Solution configuration is on Debug , and you must select Release to deploy. 2- Uncheck Use Shared Runtime checkbox. When this is selected and you're in release