How to make .aar workable in maui project ?

Manu Michael Samuel 131 Reputation points
2024-04-15T13:20:13.0366667+00:00

Hi all,
I am trying integrate a android native sdk into maui, Made a project with Android Java Library Binding, By looking into the docs. But after that total of 3 error are occuring.

1. The type or namespace name 'ProgressStateEventArgs' does not exist in the namespace 'Com.Ingenico.Sdk.Transaction' (are you missing an assembly reference?)	IngSdk	F:\BEACONLABS\Temps\IngSdk\obj\Release\net8.0-android\generated\src\Com.Ingenico.Sdk.Transaction.Transaction.cs
2. The type or namespace name 'IProgressStateListenerImplementor' does not exist in the namespace 'Com.Ingenico.Sdk.Transaction' (are you missing an assembly reference?)	IngSdk	F:\BEACONLABS\Temps\IngSdk\obj\Release\net8.0-android\generated\src\Com.Ingenico.Sdk.Transaction.Transaction.cs
3. 'TerminalInfo' does not implement interface member 'ITerminalInfo.TerminalInfo'	IngSdk	F:\BEACONLABS\Temps\IngSdk\obj\Release\net8.0-android\generated\src\Com.Ingenico.Sdk.Terminal.TerminalInfo.cs

Thank you.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,889 questions
{count} votes