[mono-android] Unexpected Exception from System.Net.WebClient result
Jonathan Pryor
jonp at xamarin.com
Fri Jan 13 15:14:20 UTC 2012
On Jan 13, 2012, at 4:54 AM, subsembly wrote:
> Could the problem be related to the Dual-Core processor of the Optimus 2X?
_Maybe_. If you're running on Mono for Android 4.0+, it shouldn't matter. If you're on 1.2.0, and using the armeabi runtime, things may fail on SMP devices (as armeabi doesn't provide the necessary instructions for SMP support, while armeabi-v7a does).
Is this a Debug or a Release build? Debug builds (with the shared runtime) should get the appropriate runtime anyway (i.e. armeabi-v7a on hardware which supports it), so even in 1.2.0 threading issues tended not to show up in Debug builds.
Thanks,
- Jon
More information about the Monodroid
mailing list