Mojira Archive
MCPE-36176

Minecraft no longer compatible with Nvidia Shield TV / Android TV

Until version 1.5.1 the Nvidia Shield TV was listed in the Google Play Store as compatible with Minecraft. As of version 1.5.2 Minecraft is no longer compatible with the Nvidia Shield TV (or Android TV devices in general). So it can't be installed or updated anymore from the Play Store.

 

For adding Android TV support you just need to add the following properties to your AndroidManifest.xml

<manifest>
    <application android:banner="@drawable/banner" android:isGame="true">
        <activity>
            <intent-filter>
                <category android:name="android.intent.category.LEANBACK_LAUNCHER"/>
            </intent-filter>
        </activity>
    </application>
</manifest>

and place a banner graphic (320x180) in res/drawable named banner.png.

Won't Fix

Michael

2018-07-25, 08:58 PM

2024-02-12, 03:06 PM

2024-02-12, 03:06 PM

19

14

Community Consensus

132256

1.5.2.1

-