meefik / linuxdeploy

Install and run GNU/Linux on Android
https://meefik.github.io/linuxdeploy
GNU General Public License v3.0
5.26k stars 680 forks source link

Can we run i386 and amd64 architecture in arm64 #1010

Open SaiKrishnaReddy644 opened 6 years ago

SaiKrishnaReddy644 commented 6 years ago

I had problem when running the applications like Android studio , Visual studio code , Eclipse etc. If the multi architecture porting done to it then the development of all the things done in mobile only

Danct12 commented 6 years ago

You cannot take a binary compiled for other architecture and run it on ARM, you can take another road such as running Wine/x86 on ARM or setup a remote access to another of your own computer.

meefik commented 6 years ago

Cross-architecture emulation is possible only with binfmt_misc.