Hi, On Monday, May 28, 2012 10:04:31 AM UTC+2, Android007 wrote: > > Hi, > When I try to run the emulator with hardware acceleration (on Ubuntu > 10.04), the emulator gets stuck and I receive this message: > Failed to create Context 0x3005 > destroyOpenGLSubwindow not implemented for separate renderer process !!! > [...]
What do I need to do in order to test applications with hardware > acceleration on (if I want to use the emulator)? To use GPU acceleration, you need a ...GPU. You must have a working opengl driver loaded. If opengl is already installed, I bet you are using a 64 bits Linux, so you need to install the 32 bits driver also, because the emulator is a 32 bits program. @see http://code.google.com/p/android/issues/detail?id=28565 http://www.andengine.org/forums/gles2/no-eglconfig-found-t6129-40.html Hope it helps. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

