I've a .jar library for Android. I need to use it from the Xamarin.Forms code (we do not use ios project, only android). So I followed Microsoft guide for Jar Binding, but when I build the app project I get:
error NU1201: Project JARBindingPRJ is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Project JARBindingPRJ supports: monoandroid13.0 (MonoAndroid,Version=v13.0)
How can I solve it?
Please do not answer to migrate to MAUI.