adb install installs my builds on PLAY and not on MAKE

So basically I do: 

adb install -r game.apk

Shouldn't that move my apk to the MAKE > BUILDS as the docs say? It instead moves my apk straight to PLAY. 

Thanks. 

Comments

  • LususAnimatLususAnimat Posts: 32Member
    The MAKE -> BUILDS section is where you can download builds that you have uploaded through the developer dashboard (http://devs.ouya.tv/developers/games). 

    When you install a build through adb, it will initially show up in the MAKE -> SOFTWARE section. After you configure it to support the tv.ouya.intent.category.GAME intent, however, it will start showing up in the PLAY section alongside normally downloaded games. 
Sign In or Register to comment.