tuyen-vuduc / dotnet-binding-utils

A toolset to create C# binding libraries for Android, iOS easier and simpler
Other
29 stars 2 forks source link

Need more info! #86

Open adarshchiniwar-smartq opened 1 week ago

adarshchiniwar-smartq commented 1 week ago

Hi,

I am trying to integrate the maven repository in our project. I have followed the steps and I have added Xamarin.AndroidBinderators since I couldn't find the exact specified library, Once I build the app it builds successfully but I am not getting where all the dependencies will be downloaded and how can I use them in .net maui project.

Can you please help me with the sample maui application?

Thanks, Adarsh

tuyen-vuduc commented 1 week ago

This project doesn't use Xamarin.AndroidBinderators.

adarshchiniwar-smartq commented 5 days ago

Hi

I am not able to find dotnet add package Binderators.Gradle Can you please help me with this?

Thanks, Adarsh

tuyen-vuduc commented 5 days ago

Hi @adarshchiniwar-smartq ,

Can you describe what you want to achieve?

adarshchiniwar-smartq commented 4 days ago

Hi @tuyen-vuduc ,

We have got a requirement to integrate the payment terminal in .net maui app. the vendor has provided us with the maven repository which is secured by credentials. I have downloaded like 50 to 60 .aar and .jar files using android studio. How can I create a binding library using such large number of .aar and .jar files?

Thanks, Adarsh