Does it work on android? #1058
Replies
-
you are trying to run the x86_64 appimage on arm64, download the arm64 appimage. |
Beta Was this translation helpful? Give feedback.
-
eDEX won't work on Android, nor would it be usable if it did. Everything from the inner workings to the interface is made for desktop operating systems. |
Beta Was this translation helpful? Give feedback.
-
edex-ui uses electron and electron is really for desktop's |
Beta Was this translation helpful? Give feedback.
-
You might be able to get it to work on android by installing UserLAnd and then building in that environment. |
Beta Was this translation helpful? Give feedback.
-
I tried to run it in termux but there is an error
bash: ./eDEX-UI-Linux-x86_64.AppleImage: cannot execute binary file: Exec format error
Beta Was this translation helpful? Give feedback.
eDEX won't work on Android, nor would it be usable if it did. Everything from the inner workings to the interface is made for desktop operating systems.