Visual studio for mac xamarin tutorial

broken image

Public override void OnRequestPermissionsResult(int requestCode, string permissions, .Permission grantResults) Global::(this, savedInstanceState) # <- error here Protected override void OnCreate(Bundle savedInstanceState) Public class MainActivity : global:.FormsAppCompatActivity The iOS project is working well but, in Android, for some reason I get the following error in MainActivity.cs:Įrror CS0234: The type or namespace name 'FormsMaterial' does not exist in the namespace 'Xamarin.Forms' (are you missing an assembly reference?)

broken image
broken image

I followed the instructions on the tutorial. I'm trying to test the new Visual feature ( ) in Xamarin.Forms but I'm having an issue on Android.