Visual Studio Code – How to create an Android java Library Binding project for a .jar library for use with a .NET MAUI project
I want to create a .NET MAUI application that references and calls code .JAR Java Library. I'm following Xamarin instructions for Binding a .JAR. This involves creating a Android Java Library Binding project and adding the *.jar files to it.…