Closed laralove143 closed 6 months ago
That is not possible because the android app is a direct port of the pc client, which uses dotnet aot and some hacks to build for android. Dotnet aot currently only supports 64bit arm.
32bit android support would require either a native client written from scratch or some more hacks to get non aot version of dotnet to run in an apk.
I'm currently not interested in either, that's why currently this is not planned.
Is your feature request related to a problem? Please describe. im trying to install this on my android tv which has the
armeabi-v7a
architecture, apparently the provided apk doesnt support this because im getting this error:Describe the solution you'd like a prebuilt library with support for
armeabi-v7a
, or at least compilation guide that explains how to do thisDescribe alternatives you've considered building it from source myself, i actually went head-on into this and it was not fun, ndk and cmake are not fun
Additional context this is a common architecture found in android tvs, which is a great use-case of this app imo