Having lot of runtime issues when I try to integrate Android AAR(archive) into Xamarin.
for example below are the some errors:
CS0534 'ParserBaseInvoker' does not implement inherited abstract member 'ParserMinimalBase.NextToken()'
CS0534 'ParserBaseInvoker' does not implement inherited abstract member 'JsonParser.GetTextCharacters()'
Just wanted to know any additional addons or supporting library need in the Xamarin platform? Looking for resolving runtime errors.
Thanks in advance