[Mono-list] Using .so file in Android Library
Jonathan Pryor
jonpryor at vt.edu
Fri Dec 5 18:39:05 UTC 2014
On Dec 5, 2014, at 10:06 AM, Burhan Eyuboglu <burhaneyuboglu at gmail.com> wrote:
> As far as I know, there is a difference between linux arm and android arm. Which tool chain should we use to compile libcyusb.so for Xamarin.Android?
If you're running on Android -- which presumably you are if you're using Xamarin.Android ;-) -- then you need to target the Android ARM ABI.
If at all possible, I would suggest using the Android NDK ndk-build program to build your native libraries.
- Jon
More information about the Mono-list
mailing list