APK具有电视启动器,应作为应用程序包发布。

huangapple go评论49阅读模式
英文:

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

问题

我正在尝试将APK发布到Play商店,但我遇到了如下错误:
APK有一个电视启动器,应该以应用程序包的形式发布。

但该应用程序没有任何电视启动器。

英文:

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.

答案1

得分: 1

你的 Android 清单文件中是否有以下内容:

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

如果有的话,请移除它。

如果你正在使用 Unity,还应禁用 Android TV 兼容性。

英文:

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

huangapple
  • 本文由 发表于 2023年7月18日 15:29:59
  • 转载请务必保留本文链接:https://go.coder-hub.com/76710426.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定