On Dec 5, 2014, at 10:06 AM, Burhan Eyuboglu <[email protected]> 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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
