So i read in the docs that the launcher icon has to be called "ouya_icon.png", residing in res/drawable-xhdpi/ but i've had two weird things happen to me and i'm not sure if anyone else has had this problem or it's just me... but:
the icon does NOT show up if i use the OUYA intent filter in my manifest: <category android:name="tv.ouya.intent.category.GAME"/>
however the launcher icon DOES show up under the Games section if i do <category android:name="ouya.intent.category.GAME"/> instead. the difference was that i took out "tv." in the name.
am i the only one that has this problem??
Comments