On Apr 17, 2012, at 2:44 PM, zezba9000 wrote: > Does MonoDroid in fact use the NDK??
Both libmonodroid.so and libmono.so are built using the Android NDK toolchain, e.g. with arm-linux-androideabi-gcc. > Also it begs the question as to why Google even chose to use x86 over ARM for > the GoogleTVs to begin with,.. if it was going to cause so much pain for > everyone else. What really doesn't make sense is why have x86 support in the Android NDK[0] if the only known x86/Android device -- Google TV -- doesn't support the Android NDK? It boggles the mind... - Jon [0] http://developer.android.com/sdk/ndk/overview.html The latest release of the NDK supports the following instruction sets: • ARMv5TE (including Thumb-1 instructions) • ARMv7-A (including Thumb-2 and VFPv3-D16 instructions, with optional support for NEON/VFPv3-D32 instructions) • x86 instructions (see CPU-ARCH-ABIS.HTML for more information) _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
