Hi,
i am new to Xamarin and i downloaded Employee Directory Sample App. While compiling, it is giving hundreds of errors involving statements like below:-
in file Resource.designer.cs, lines like
global::Xamarin.Forms.Platform.Resource.Animation.abc_fade_in = global::EmployeeDirectory.Android.Resource.Animation.abc_fade_in;
Error says that "EmployeeDirectory.Android.Resource does not contain definition for Animation'.
Please help me in resolving this error