I don't know how it works, but i just changed Target Framework in properties my Android project.
https://learn.microsoft.com/en-us/xamarin/android/app-fundamentals/android-api-levels
System.MissingMethodException Method not found: 'Boolean Xamarin.Forms.Internals.ResourceLoader.get_IsEnabled()'
Nort ⠀
671
Reputation points
I have mistake in file "App.xaml.cs", line "InitializeComponent();":
System.MissingMethodException
HResult=0x80131513
Message = Method not found: 'Boolean Xamarin.Forms.Internals.ResourceLoader.get_IsEnabled()'.
My NuGet:
How can i fix that?
Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Answer accepted by question author
-
Nort ⠀ 671 Reputation points2021-02-17T20:26:02.59+00:00
1 additional answer
Sort by: Most helpful
-
Matías Leonel Quiroga 1 Reputation point
2023-01-04T22:33:11.123+00:00 I was dealing with this problem after migrating a PCL project to .Net Standart and indeed the cause was different versions of Xamarin.Forms, you saved my life!