Re: [mono-android] Native Library

2012-10-05 Thread Jonathan Pryor
On Oct 5, 2012, at 4:55 PM, Jeremy A. Kolb - ARA/NED wrote: > How do I call into the library? Do I create a Java class for it and then > wrap that or do I use the standard .net way? You can use the normal .NET way with DllImportAttribute. - Jon ___

Re: [mono-android] Native Library

2012-10-05 Thread Jeremy A. Kolb - ARA/NED
: Friday, October 05, 2012 4:24 PM To: Discussions related to Mono for Android Subject: Re: [mono-android] Native Library On Oct 5, 2012, at 3:00 PM, "Jeremy A. Kolb - ARA/NED" wrote: > I've built a native library with the NDK and I want to use it (I have a > .so)... how do I go a

Re: [mono-android] Native Library

2012-10-05 Thread Jonathan Pryor
On Oct 5, 2012, at 3:00 PM, "Jeremy A. Kolb - ARA/NED" 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/advan

[mono-android] Native Library

2012-10-05 Thread Jeremy A. Kolb - ARA/NED
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? ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid