Android の OpenGL ES 2.0 のドキュメントには、次のように記載されています。
Caution: OpenGL ES 2.0 is currently not supported by the Android Emulator. You must have a physical test device running Android 2.2 (API Level 8) or higher in order to run and test the example code in this tutorial.
ただし、これ ( http://android-developers.blogspot.com/2012/04/faster-emulator-with-better-hardware.html ) は次のように述べています。
As a bonus, since we’re now supporting OpenGL ES 2.0, your OpenGL games can now run inside the emulator.
しかし、エミュレーターで OpenGL ES 2.0 を使用しようとすると、OpenGL ES 2.0 はデバイス (エミュレーター) でサポートされていないというエラーが表示されます。
VM は高速化された Intel Atom x86 プロセッサとして実行されており、GPU エミュレーションは「はい」に設定されています。
Windows 7 Professional、64 ビットで、API レベル 15 と SDK の最新リビジョン (19) を使用しています。
私の CPU は: Intel Core i7-2670QM で、NVIDIA GeForce GTX 560M を持っています。
何か案は?それは機能しているはずですか?もしそうなら、どうすればそれを機能させることができますか?