How to add AAR library to xamarin studio?
问题 Is there any possibilty to add aar library to xamarin studio? I use xamarin studio on mac and i tried add project based on gradle - caldroid to my project. When i try add aar lib to my project with ProjectLibraryZip properties. I can not use any method from this library i c# 回答1: You would need to add a Java Bindings Library (via Xamarin.Android Java Bindings Library template) to your Xamarin solution and add the .aar file to the Jar folder in the project tree ( Embedded Jar Build Action)