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 units beginning August 2026.
Following different Android type elements, Google TV and Android TV units will quickly help 64-bit app compatibility. 64-bit apps will provide improved efficiency, shorter begin occasions, and new viewing experiences on upcoming 64-bit Google TV and Android TV units.
Beginning August 1st, 2026:
- Any new app or app replace that features native code is required to offer 64-bit (arm64) variations along with 32-bit (armeabi-v7a) variations when submitted to Google Play. You may 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 units. The 64-bit requirement signifies that apps with 32-bit native code will want a 64-bit model as nicely. It’s best to proceed to offer 32-bit binaries alongside 64-bit binaries through the use of ABI splits in App Bundles.
How you can transition
This requirement solely impacts apps that make the most of native code. You may examine in case your app has native code (.so information) with the APK Analyzer. For ARM units, you could find 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.
How you can take a look at
- The Google TV emulator picture for macOS units 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 incorporates 64-bit libraries, they are going to be used mechanically.
- 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
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.
- Take a look at and confirm that your adjustments work as meant.
- Submit your app replace to Google Play.