imgen
imgen

Reputation: 3123

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

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?

Upvotes: 3

Views: 3140

Answers (1)

Jamie
Jamie

Reputation: 4960

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.

Upvotes: 6

Related Questions