[mono-android] Native Library
Jonathan Pryor
jonp at xamarin.com
Fri Oct 5 20:24:55 UTC 2012
On Oct 5, 2012, at 3:00 PM, "Jeremy A. Kolb - ARA/NED" <jkolb at ara.com> wrote:
> I've built a native library with the NDK and I want to use it (I have a .so)... how do I go about doing that?
Add it to your project and set its Build action to AndroidNativeLibrary:
http://docs.xamarin.com/android/advanced_topics/build_process#Native_Library_Support
Note that the enclosing directory is used to determine the library's ABI.
- Jon
More information about the Monodroid
mailing list