Xamarin : Export Android Package(.apk) option is disabled in Visual Studio
This option is only available in Release Mode.
From Build Mode to Release From Visual Studio ToolBar and this option will be enabled
This option is only available in Release Mode.
From Build Mode to Release From Visual Studio ToolBar and this option will be enabled
While working on xamarin in visual studio once you install packages that have dependency on other packages say Android.Support.v4 or Android.Support.v7.CardView sometimes you get below error
If you are working on Xamarin in Visual studio and break point is not getting hit.Try below stuff
Check if the directory where you have your project doesn’t contain any special characters say “(” , “)”
1.) Delete bin, obj folders
2.) Delete *.user files
3.) Clean Solution
4.) Rebuild Solution
Hope this helps someone