How to bind *.AAR file in Xamarin with Visual Studio/Xamarin Studio

假装没事ソ 提交于 2020-01-01 14:40:12

问题


I want to bind HoloEverywhere in Xamarin. The HoloEverywhere binary is a .aar file. It seems that if I mark it as InputJar, nothing happens in the Java Library binding project. So is there a way to make it work?


回答1:


To bind to an .aar, the build action must be LibraryProjectZip.

http://docs.xamarin.com/releases/android/xamarin.android_4/xamarin.android_4.7/#Xamarin.Android_4.7.10.



来源:https://stackoverflow.com/questions/23318859/how-to-bind-aar-file-in-xamarin-with-visual-studio-xamarin-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!