What are the dimensions for your game's icon?

The icon seems to have an aspect ratio close to 16:9, but I can't tell exactly how many pixels to make it.

Comments

  • pixjuegospixjuegos Posts: 73Member
    It's documented here: https://developer.ouya.tv/developers/docs/setup

    The application image that is shown in the launcher is embedded inside of the APK itself. The expected file is in res/drawable-xhdpi/ouya_icon.png and the image size must be 732x412 for games or 412x412 for apps.
  • DreamwriterDreamwriter Posts: 768Member
    edited December 2012
    Dangit, I skimmed through that looking for it, but must have skipped over that. Thanks!
    Post edited by Dreamwriter on
  • pixjuegospixjuegos Posts: 73Member
    There are only about 2 full pages of documentation. That's really lazy xD
  • postmechanicalpostmechanical Posts: 8Member
    edited February 2013
    Game icon size is documented there but app icon size is not documented there.

    "The application image that is shown in the launcher is embedded inside of the APK itself. The expected file is in res/drawable-xhdpi/ouya_icon.png and the image size must be 732x412."
    Post edited by postmechanical on
  • KonajuGamesKonajuGames Posts: 560Member
    The application image size is documented on that page, about halfway down in the Developing with the ODK section.  The OUYA Launcher does not use the regular Android app icons.  It uses the application image as described above.  App icons are for use in the Android launcher, which I believe may not be available on the OUYA.
  • theellipsistheellipsis Posts: 7Member
    something relevant to this i was wondering was if the ouya supports an alpha layer for your icon, i would rather not have to have to fit it into a rectangle shape. being able to have uniquely shaped icons could make it look allot better in my opinion.
  • KonajuGamesKonajuGames Posts: 560Member
    From another thread, it would appear that transparency is not supported in the Launcher.  The highlight for the selected app is always rectangular anyway.
Sign In or Register to comment.