I'm tring to publish a simple app for TV Google store, but i have this error:
Gli APK o i file Android App Bundles in this channel need function: android.software.leanback.
but i have this in manifest
Any suggestion?
Gli APK o i file Android App Bundles in this channel need function: android.software.leanback.
but i have this in manifest
B4X:
AddActivityText(TvActivity,
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter>)
Any suggestion?