xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.63k stars 1.87k forks source link

xamarin SDK for android java #15779

Closed llzz19851985 closed 1 year ago

llzz19851985 commented 1 year ago

I have a android application write by net standard2 and xamarin forms,now I want to make the standard dll as an SDK to called by android java,Is there currently a way to do this?thanks!

jfversluis commented 1 year ago

Not 100% sure what you mean, but if I were to guess it seems like you're after something like this: https://learn.microsoft.com/en-us/xamarin/android/platform/binding-java-library/

This is more a how to question anyway, you might want to ask on the Discussions tab or forums like Stack Overflow. Good luck!