Hi everyone!
I know Ouya is a long dead platform, but I just started playing with it out of curiosity and I'm having some trouble exporting for it. So, if anyone here has ever managed to do it, I'd love to get some pointers.
Right now I'm using the Virtual Controller example, by the Ouya team, as a hello world. After much trouble I managed to run it on the console but I'm having a problem: the controller buttons are not recognized. When I try the thumbstick or the d-pad the screen kinda moves, which was not supposed to happen, like if I was browsing it as a page. Also, buttons retain their basic interface functions, so, if I press the A button, it leaves the application. Also, the plugin initialization routine doesn't return anything, nor success neither failure.
I'm exporting the app as a HTML5 page and packaging it using Cordova CLI. Here are the steps I'm taking:
- Create a folder using cordova create;
- Adding android using cordova platform add;
- Adding the SDK using cordova plugin add;
- Running the app using cordova run.
If anyone can point out any courses of action or let me know what I'm doing wrong, it would be amazing.
Sorry for the long post and thank you in advance.
Cheers,