Will the binaries built for ARM work on Intel processors? [Android]

前端 未结 3 1135
不知归路
不知归路 2021-01-13 09:00

Using NDK I built binaries for ARM processor, but due to some dependencies I can\'t build them for x86. Is there any chance to use this binary on x86 or MIPS architecture? <

3条回答
  •  春和景丽
    2021-01-13 09:38

    There is absolutely no chance a build for a CPU would be understand by an other.

    The instruction set is different for example, it would be like interpreting a french text ( code ) with an English dictionary ( cpu ).

提交回复
热议问题