
Posted by Fahad Durrani Product Administration, Google TV
Google TV and Android TV would require 64-bit app compatibility to help upcoming 64-bit TV gadgets beginning August 2026.
Following different Android type components, Google TV and Android TV gadgets will quickly help 64-bit app compatibility. 64-bit apps will provide improved efficiency, shorter begin instances, and new viewing experiences on upcoming 64-bit Google TV and Android TV gadgets.
Beginning August 1st, 2026:
- Any new app or app replace that features native code is required to supply 64-bit (arm64) variations along with 32-bit (armeabi-v7a) variations when submitted to Google Play. You’ll be able to mitigate the dimensions improve of your App Bundle. For extra particulars, see Assist 64-bit architectures.
We’re not making any adjustments to 32-bit help, and Google Play will proceed to ship apps to 32-bit gadgets. The 64-bit requirement signifies that apps with 32-bit native code will want a 64-bit model as nicely. You need to proceed to supply 32-bit binaries alongside 64-bit binaries through the use of ABI splits in App Bundles.
Easy methods to transition
This requirement solely impacts apps that make the most of native code. You’ll be able to examine in case your app has native code (.so information) with the APK Analyzer. For ARM gadgets, you will discover native libraries in lib/armeabi-v7a (32-bit) or lib/arm64-v8a (64-bit).
For detailed steering on transitioning to 64-bit, see Assist 64-bit architectures.
Easy methods to take a look at
- The Google TV emulator picture for macOS gadgets with Apple Silicon is configured for a 64-bit userspace and could also be used for app testing and verification.
- The Nvidia Defend (fashions P2571, P2897 and P2897) have each 32-bit and 64-bit userspace compatibility and could also be used for testing on bodily {hardware}. In case your app accommodates 64-bit libraries, they are going to be used robotically.
- 64-bit TV apps could also be sideloaded to Pixel (7 or newer) telephones after constraining the view window to TV decision and DPI:
-
adb shell wm dimension 1080×1920
-
adb shell wm density 231 #tvdpi
-
adb set up <package deal.apk>
Subsequent steps
Put together your TV apps to adjust to 64-bit necessities by August 1st, 2026:
- Use the APK Analyzer to examine in case your app has native code.
- Replace your native code to help 64-bit and 16 KB reminiscence web page dimension.
- Check and confirm that your adjustments work as supposed.
- Submit your app replace to Google Play.
