androidstoreplaybacklaunchertelevision

APK has a tv launcher and should be published as an app bundle


I'm trying to publish apk to play store, but I'm getting such error APK has a tv launcher and should be published as an app bundle.

But the app not haven't any tv launchers.


Solution

  • Do you have a

    <category android:name="android.intent.category.LEANBACK_LAUNCHER" />
    

    in any of your Android manifests? Remove it if you have it.

    If you are using Unity you should also disable Android TV Compatibility