Google Play error: You need to add an icon to your APK

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!

Found this: Apparently it’s a bug on the Google Play app store verification code, and only happens for Android TV apps?

Will just wait until it’s fixed, I guess.