You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rob Chartier edited this page Jun 29, 2013
·
1 revision
The only time that I see this reliably happen is when you have too many resources included - that is, your app is too large to fit into the emulator's memory. Are you doing anything crazy/special? Lots of images/fonts/etc...?
Sometimes you'll get the blank screen if there is an error in your code, or that you have forgotten to send the updated Bitmap to the emulator using the .Flush() method.