I’m trying to add Android TV support to my game, using U5b17. Everything seems to work fine (build runs well on Moto G and other devices). However, when I upload a build to Google Play, it says “You need to add an icon to your APK”. The only thing I customized about the AndroidManifest.xml was adding the line:
Right below the normal launcher intent. Do I need to change more stuff? Should I not add that line?
Thanks for any assistance!