I\'ve been following the setup tutorial found at: libGDX setup tutorial. I\'m not sure what\'s going on here. I can finally get the project to deploy in the emulator, howeve
Put this code
System.setProperty("org.lwjgl.opengl.Display.allowSoftwareOpenGL", "true");
this will solve your problem..