I just pre-ordered my Ouya and now I'm playing around with the ODK.
I was able to start the game sample Ouyatron in the android emulator (with HAX).
But as soon as I click "new game" I get a big red rectangle with a "quit" button on top of it.
Any ideas? I'm assuming this is NOT the expected result, right?
Comments
Also it would be great if Ouya provides another sample using OpenGL ES 2.0 instead of 1.0. OpenGL ES 2.0 is said to be definitely supported by x86 4.1 emulator. I dont know if OpenGL ES 1.0 is actually supported by x86 4.1 emulator, but I do know that when OpenGL ES 1.0 code is ran by an actual *new* device, it actually runs OpenGL ES 1.0 in some sort of compatibility mode and slower than 2.0.
Hence the recommendation from Google to use Android 2.2 as the baseline in their Eclipse tutorial (that is when OpenGL ES 2.0 started to be supported). For new OpenGL game development OpenGL ES 1.0 is hardly recommended because of the aforementioned reason.
=)
A more elaborate example game is in the works- OUYATron is just a starting point. :-)