Hi) Im trying to translate our Android Native Java Library which uses Fotoapparat Library and Tensorflow Lite to Xamarin Java Binding Library. Building it from AAR with "LibraryProjectZip" build option.
Xamarin documentation ( https://docs.microsoft.com/en-us/xamarin/android/platform/binding-java-library/) says that Java Binding Library needs its' dependencies as ReferenceJar or EmbeddedReferenceJar. It is very hard to translate big libraries like Fotoapparat and TF to xamarin library by yourself so need to use ready solutions for them.
There are xamarin nuget packages (https://www.nuget.org/packages/Karamunting.Android.RedApparat.Fotoapparat/ , https://www.nuget.org/packages/Xamarin.TensorFlow.Lite ) for those libs and I wonder if there is any way to use them as dependency for our binding library.
Also found binding for TF library (https://github.com/moljac/Xamarin.TensorFlow.Lite) and also wonder if it can be used as dependency for our binding library.
Im sorry if the question has bad format or is unclear. Im very new to xamarin, binding libraries and nuget.