Reason : APKs and bundles must not require following features: android.software.leanback.
My manifest look like this:
--><uses-feature
android:name="android.hardware.microphone"
android:required="false" />
<uses-feature
android:name="android.software.leanback"
android:required="false" />
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
<uses-feature android:name="android.hardware.type.television"
android:required="true" />
<application
android:name="com.oit.wwaystrainingtv.application.AppController"
android:allowBackup="false"
android:banner="@drawable/app_banner_logo"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:resizeableActivity="false"
android:supportsRtl="true"
android:theme="@style/Theme.Leanback"
android:usesCleartextTraffic="true"
tools:ignore="AllowBackup,GoogleAppIndexingWarning,UnusedAttribute"
tools:replace="allowBackup,supportsRtl">