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.

Developer technologies | .NET | .NET MAUI
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.