An Android-based video game console with free development kits. http://www.ouya.tv/

learn more… | top users | synonyms

2
votes
1answer
119 views

OUYA Developer Kit throws various errors on start

I followed these instructions for Mac OS X using an existing IDE (shell + text editor) instead of the Eclipse ADT thingy. I activated “Use Host GPU”, and installed Intel HAXM. Installing the ...
3
votes
1answer
80 views

How to setup a client to work with a remote server or a local included server?

I'm working on a Networked multiplayer game, but while developing and for testing I want to set up a local server that acts like the multiplayer server. My thought is to approach the server as a ...
1
vote
1answer
74 views

Test for the presence of the ouya ODK

How would it be possible to test for the presence of the ODK at run time? Currently I took this approach: private activityDelegate delegate; @Override public void onCreate(Bundle savedInstanceState) ...
15
votes
2answers
729 views

Graphics not being displayed on OUYA

I hope its not too early to be asking OUYA dev questions, but I just got my dev kit and I want to get my game running ASAP! I am using LibGDX as my framework for my game and launching the Android ...