Hi People,
I need binding an .aar library in Xamarin Native for Android using Visual Studio, but I follow the Xamarin tutorial (that is this: https://developer.xamarin.com/guides/android/advanced_topics/binding-a-java-library/binding-an-aar/) and doesnt work when compiling.
I set up the build action as "LibraryProjectZip" as the tutorial says, change the compilation API to API 21 which is what my library requires.
These are some of the errors that you send at the time of the build.
I hope you can help me, thanks.
Answers
@JoelMendoza.1433 I can help if you share library.
Hey @BerayBentesen > @BerayBentesen said:
Unfortunately, I can't share the library with you, I work in a private company that doesn't allow me to do so. The only thing I
can share with you is my list of errors, would that help? See them below:
Hope this helps!
@joelMendoza.1433 there are too many errors and warnings. The first thing is you need to add required jars, second is writing many meta-tag to fix errors but I think that library is not binding friendly.
@BerayBentesen Hey, they gave me permission to share the library and you can help me better, the attached to this post I hope you can help me.
https://drive.google.com/open?id=0Bzh3_q0lD1niZjF5MXNMcHpuVEk
Thanks.
@JoelMendoza.1433
There are missing dependencies which I don't know. You might ask which libraries they used to compile this library.