I am working through the Xamarin Forms Samples and I am having issues with this line shown not compiling. I am in MainActivity.cs
Under the Android section of a PCL Xamarin Forms project. It was originally SetPage (App.GetMainPage ());
But that caused compiler errors, so I changed it to this line, as it is how new projects are generated in up to date software. Not sure why it doesn't work?
↧
LoadApplication issue in project.droid
↧