From 4be540fe3c748d7d9c3407c85a8effb615dc44a6 Mon Sep 17 00:00:00 2001 From: Lance Chant <13349722+lancechant@users.noreply.github.com> Date: Wed, 13 May 2026 10:41:36 +0200 Subject: [PATCH] Adding 32 bit support for android tv's We need to add "armeabi-v7a" to support most of the android tv devices Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com> --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index f9dfbb6d..5974f6f1 100644 --- a/app.json +++ b/app.json @@ -85,7 +85,7 @@ "useFrameworks": "static" }, "android": { - "buildArchs": ["arm64-v8a", "x86_64"], + "buildArchs": ["arm64-v8a", "x86_64", "armeabi-v7a"], "compileSdkVersion": 36, "targetSdkVersion": 35, "buildToolsVersion": "35.0.0",