You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have Mi TV 2025 with android TV, but there is an old processor in it.I tried to install Sysdvr to play switch lite on it, but it didn't install. By analyzing the reason for the non-installation, I realized that my TV does not support armeabi v8. [...]
Describe the solution you'd like
So.. please add support armeabi v7a if that's possible at android client SysDVR.
Additional context
P.S. I tried to do it myself, but my zero knowledge in the development of Android applications was not enough.
The text was updated successfully, but these errors were encountered:
The problem with 32bit android originally was dotnet not having support for it.
Now with dotnet 9 it should be possible, as soon as i get some free time i'll investigate the possibility of making a 32bit build available.
Still building is not trivial since i will need to update all the build scripts to also include 32bit dependencies like ffmpeg and sdl
Is your feature request related to a problem? Please describe.
I have Mi TV 2025 with android TV, but there is an old processor in it.I tried to install Sysdvr to play switch lite on it, but it didn't install. By analyzing the reason for the non-installation, I realized that my TV does not support armeabi v8. [...]
Describe the solution you'd like
So.. please add support armeabi v7a if that's possible at android client SysDVR.
Additional context
P.S. I tried to do it myself, but my zero knowledge in the development of Android applications was not enough.
The text was updated successfully, but these errors were encountered: