Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

This article http://cobworks.ca/2010/04/19/why-android-market-has-no-games/ suggests that it does not, but I was hoping something might have changed since April.

share|improve this question
2  
It looks to me that neither OpenGL ES 1.1 or 2.0 are supported by my Android 2.1 and 2.2 emulators (though 1.1 works fine on > Android 1.6)... weird! – nbolton Mar 12 '11 at 22:15

3 Answers

up vote 16 down vote accepted

Google released a new version with native x86 processor support, which sped things up a bit. It also supports OpenGL ES 2.0,faster-emulator-with-better-hardware :

As a bonus, since we’re now supporting OpenGL ES 2.0, your OpenGL games can now run inside the emulator.

Note: When creating a virtual machine, make sure to select the “GPU emulation” option from the hardware menu if you want to take advantage of the new features.
Reference:
liliputing

share|improve this answer

OpenGL ES 2.0 is not supported on Android Emulator (provided in SDK 2.3). Google is working on this feature but it is not yet available.

Update: it is available on OS X and windows with 4.0.3 image.

share|improve this answer
2  
Is your statement that Google is working on this an assumption, or can you provide a reference where this is stated? – Gareth Stockwell Mar 18 '11 at 7:07
2  
Romain guy (from google) told me that they're working on it. – Ellis Mar 18 '11 at 14:58
2  
Nothing at SDK Tools 15 – JoaquinG Mar 12 '12 at 16:48

Yes, support was completed in gingerbread. See version notes.

share|improve this answer
2  
The only mention of opengl I see in those notes sounds like they completed the Java version of the opegnl es 2.0 API, nothing about whether the emulator supports it. The only mention of the emulator is about adding new skins or something. – eodabash Dec 16 '10 at 1:24
Oh, I missed the word emulator.. I doubt the emulator is going to be quick enough to run openGL heavy programs anyways.. Just get a Nexus S, its really easy to develop on the real hardware. – Mayra Dec 16 '10 at 2:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.