On Sep 21, 2011, at 3:32 PM, Dan Ransom wrote:
> I’ve tried that. I turned on v7 by checking the “armeabi-v7a” setting in the 
> Application tab of the project properties. I left “armeabi” checked. But now 
> I get this build error:
>  
> monodroid : error 1: System.InvalidOperationException: Unsupported 
> configuration: Could not load resource 
> 'libmono-android.shared.armeabi-v7a-emu.so'. 
> [C:\Users\dransom\Projects\MonoTest\MonoTest\MonoTest\MonoTest.csproj]

The emulator only supports the armeabi runtime.

The prior advice about using the armeabi-v7a runtime was primarily for when 
you're on SMP hardware, as all known Honeycomb devices are SMP machines. You, 
on the other hand, are on the emulator, which is still an armeabi (ARMv5) 
target, not armeabi-v7a, so you shouldn't be using the armeabi-v7a runtime.

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to