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? <
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 ).