A simple question about launchers

Hi,

The Ouya setup guide says "If the OUYA launcher is not installed, some ODK features will not work correctly"
But it doesn't say if ouya apps needs to be launched through it

Since we're stucked in the launcher screen, waiting to pair a controller, i guess the answer is no
I only ask to be sure, or if there is a way to do this pairing or emulate the controller via the emulator

Thanks

Comments

  • newmessagenewmessage Posts: 42Member
    hmmm, 
    You need to include OUYA intent on your Manifest if you wanted to make your app runnable directly from OUYA. Click it or Press "O" button..

    but if you not do that, try this : adb shell am start -n [intent_name_of_your_application]
    many thanks
    -sb

  • DreamwriterDreamwriter Posts: 768Member
    edited February 2013
    There is no way to emulate a controller in the Android emulator. As I understand it, the Launcher just has to be running when your game is, your game doesn't actually have to be launched from it.
    Post edited by Dreamwriter on
Sign In or Register to comment.