On Aug 24, 2011, at 1:07 PM, andineupert wrote: > Any ways to increase speed?
Shrink the display size to the smallest you can get away with. As per [0], at about the 40 minute mark, a major reason for the emulator's slowness (in addition to emulating an ARM CPU) is graphics: the entire video pipeline is done in software, in ARM, in the emulator. Shrinking the emulator size as much as possible reduces what needs to be rendered, speeding things up. Yes, the emulator is slow as balls. Even Google admits to it. - Jon [0] http://www.youtube.com/watch?v=Oq05KqjXTvs _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
