Hi,
No one facing this kind of issue in Release build.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Xamarin-Android-Release-Build-Error-tp5713691p5713695.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_
Hi.
One difference between release and debug is the target architecture, in
release by default x86 is removed, did you try to add x86 architecture to
release build?
It's a long shot, if you have a dll compiled for x86 with explĂcit reference
set to an x86 library maybe this causes the error.
Als