Whenever I try to run my app (that is working perfectly fine on every other device* I tested it on) on the Galaxy S4 it crashes without any usable output (usually just an empty stack track, sometime nothing) and the debugger gets lost. Also Logcat doesn't show any useful data. (i verified this on multiple S4 devices).
After I found some hints that it might be useful to set the targeted API to 13 the app started running stable-ish, but has some issues drawing some of the elements of the app.
which leave me to a couple of questions: 1: Is there any other way to find out what is crashing my app when targeting API 13+ 2: Is there another workaround that lets me target the API 13+? 3: is this a knows bug and if so, is it being worked on by Xamarin?
*App is tested on Nexus 4, galaxy s plus, galaxy s 2, galaxy s 3, one X, galaxy Note and some other lesser know devices