On Dec 13, 2011, at 7:20 PM, davthomas wrote: > e.g. GLTriangle20 is still not working OpenGLES2.0
You'll need to elaborate on the device you're testing on. :-) Anything using OpenGL ES 2.0 is not supported by the emulators for API levels < 14, so if you're trying this on e.g. the API level 8 emulator, it won't work. AndroidGameView/OpenGL is also known to be _really_ flaky on the API level 14 emulator (we haven't tested on hardware yet, due to a lack of hardware availability). GLTriangle20 works just fine on my Nexus One. :-) We really should mention requirements to run the app. For example the MapsDemo sample requires that you have the Google APIs for Android SDK add-on, which is not part of the default emulator image. - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
