Todd Echterling
Todd Echterling

Reputation: 21

3D Acceleration In Android Emulator

Is there any way to have 3D acceleration in the Android emulator? We are attempting to do 3D gfx in a course here at the university, but not all the students have android devices. So we need better gfx performance out of the emulator.

We are using windows as our development environment.

Any advice or guidance would be greatly appreciated.

Thanks, Todd Millersville University

Upvotes: 2

Views: 2312

Answers (2)

Jeff Lamb
Jeff Lamb

Reputation: 5865

Check out ADT 17 and SDK Tools r17 that was released yesterday. It adds support for hardware accelerated graphics rendering in the emulator.

Upvotes: 0

ryanm
ryanm

Reputation: 3009

Unfortunately no. Have a look at libGDX - it will allow you to develop at full speed on the PC, and then deploy to android later.

Upvotes: 1

Related Questions